Class JsonOptionModel2
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class JsonOptionModel2
- Inheritance
-
JsonOptionModel2
- Inherited Members
-
- Extension Methods
-
Constructors
JsonOptionModel2()
public JsonOptionModel2()
Properties
Code
public string Code { get; set; }
Property Value
- string
ContentTitle
public string ContentTitle { get; set; }
Property Value
- string
Id
public Guid Id { get; set; }
Property Value
- Guid
Name
public string Name { get; set; }
Property Value
- string
Number
public int Number { get; set; }
Property Value
- int
ParentNumber
public int? ParentNumber { get; set; }
Property Value
- int?
ParentSubtype
public string ParentSubtype { get; set; }
Property Value
- string
ParentTitle
public string ParentTitle { get; set; }
Property Value
- string
Subtype
public string Subtype { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string