Table of Contents

Class QUnit

Namespace
InSite.Application.Courses.Read
Assembly
Shift.Sdk.dll
public class QUnit
Inheritance
QUnit
Inherited Members
Extension Methods

Constructors

QUnit()

public QUnit()

Properties

Course

public virtual QCourse Course { get; set; }

Property Value

QCourse

CourseIdentifier

public Guid CourseIdentifier { get; set; }

Property Value

Guid

Created

public DateTimeOffset Created { get; set; }

Property Value

DateTimeOffset

CreatedBy

public Guid CreatedBy { 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 virtual ICollection<QModule> Modules { get; set; }

Property Value

ICollection<QModule>

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

PrerequisiteDeterminer

public string PrerequisiteDeterminer { get; set; }

Property Value

string

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

UnitIdentifier

public Guid UnitIdentifier { get; set; }

Property Value

Guid

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