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 SourceCategoryFields
Declaration
public CategoryFields CategoryFields { get; set; }
Property Value
Type | Description |
---|---|
CategoryFields |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |