Show / Hide Table of Contents

Class CategoryItem

Defines one category inside the Categories list of the Category class.

Inheritance
System.Object
CategoryItem
Namespace: Scrapbook101core.Models
Assembly: Scrapbook101core.dll
Syntax
public class CategoryItem

Properties

| Improve this Doc View Source

CategoryFields

Declaration
public CategoryFields CategoryFields { get; set; }
Property Value
Type Description
CategoryFields
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX for Scrapbook101Core on