Class CategoryFieldMapping
Used for tracking what fields are valid for a category. Not used to deserialize JSON.
Inheritance
System.Object
CategoryFieldMapping
Namespace: Scrapbook101core.Models
Assembly: Scrapbook101core.dll
Syntax
public class CategoryFieldMapping
Properties
| Improve this Doc View SourceActiveFields
Declaration
public List<string> ActiveFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |