Show / Hide Table of Contents

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 Source

ActiveFields

Declaration
public List<string> ActiveFields { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Name

Declaration
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