Class Unit
- Namespace
- InSite.Domain.Courses
- Assembly
- Shift.Sdk.dll
- Inheritance
-
Unit
- Inherited Members
-
- Extension Methods
-
Constructors
Unit()
Properties
Content
public ContentContainer Content { get; set; }
Property Value
- ContentContainer
Created
public DateTimeOffset Created { get; set; }
Property Value
- DateTimeOffset
CreatedBy
public Guid CreatedBy { get; set; }
Property Value
- Guid
Identifier
public Guid Identifier { get; set; }
Property Value
- Guid
Modified
public DateTimeOffset Modified { get; set; }
Property Value
- DateTimeOffset
ModifiedBy
public Guid ModifiedBy { get; set; }
Property Value
- Guid
Modules
public List<Module> Modules { get; set; }
Property Value
- List<Module>
PrerequisiteDeterminer
public string PrerequisiteDeterminer { get; set; }
Property Value
- string
Prerequisites
public List<Prerequisite> Prerequisites { get; set; }
Property Value
- List<Prerequisite>
SourceIdentifier
public Guid? SourceIdentifier { get; set; }
Property Value
- Guid?
UnitAsset
public int UnitAsset { get; set; }
Property Value
- int
UnitCode
public string UnitCode { get; set; }
Property Value
- string
UnitIsAdaptive
public bool UnitIsAdaptive { get; set; }
Property Value
- bool
UnitName
public string UnitName { get; set; }
Property Value
- string
UnitSequence
public int UnitSequence { get; set; }
Property Value
- int