Class CategoryItemDisplay
Represents one category for display purposes.
Inheritance
System.Object
CategoryItemDisplay
Namespace: Scrapbook101core.Models
Assembly: Scrapbook101core.dll
Syntax
public class CategoryItemDisplay
Properties
| Improve this Doc View SourceCategoryInfo
Declaration
public string CategoryInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |