Class SnippetBuilder.StandardModel
- Namespace
- InSite.Admin.Assessments
- Assembly
- InSite.UI.dll
public class SnippetBuilder.StandardModel
- Inheritance
-
SnippetBuilder.StandardModel
- Inherited Members
-
Constructors
StandardModel()
Properties
Code
public string Code { get; }
Property Value
- string
Identifier
public Guid Identifier { get; }
Property Value
- Guid
Label
public string Label { get; }
Property Value
- string
Name
public string Name { get; }
Property Value
- string
Number
public int Number { get; }
Property Value
- int
Organization
public Guid Organization { get; }
Property Value
- Guid
Parent
public SnippetBuilder.StandardModel Parent { get; }
Property Value
- SnippetBuilder.StandardModel
ParentCode
public string ParentCode { get; }
Property Value
- string
ParentIdentifier
public Guid? ParentIdentifier { get; set; }
Property Value
- Guid?
ParentSequence
public int? ParentSequence { get; }
Property Value
- int?
Sequence
public int Sequence { get; }
Property Value
- int
Title
public string Title { get; }
Property Value
- string
Type
public string Type { get; }
Property Value
- string