Class AnalysisHelper.StandardInfo
public class AnalysisHelper.StandardInfo
- Inheritance
-
AnalysisHelper.StandardInfo
- Inherited Members
-
Constructors
StandardInfo()
StandardInfo(Standard)
public StandardInfo(Standard entity)
Parameters
entity Standard
Fields
Binder
public static readonly Expression<Func<Standard, AnalysisHelper.StandardInfo>> Binder
Field Value
- Expression<Func<Standard, AnalysisHelper.StandardInfo>>
Properties
Children
public List<AnalysisHelper.StandardInfo> Children { get; }
Property Value
- List<AnalysisHelper.StandardInfo>
Language
public string Language { get; set; }
Property Value
- string
Parent
public AnalysisHelper.StandardInfo Parent { get; set; }
Property Value
- AnalysisHelper.StandardInfo
ParentStandardIdentifier
public Guid? ParentStandardIdentifier { get; set; }
Property Value
- Guid?
Root
public AnalysisHelper.StandardInfo Root { get; }
Property Value
- AnalysisHelper.StandardInfo
Sequence
public int Sequence { get; set; }
Property Value
- int
StandardIdentifier
public Guid StandardIdentifier { get; set; }
Property Value
- Guid
Title
public string Title { get; }
Property Value
- string
Titles
public Dictionary<string, string> Titles { get; }
Property Value
- Dictionary<string, string>