Class VCourse
- Namespace
- InSite.Application.Courses.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
VCourse
- Inherited Members
-
- Extension Methods
-
Constructors
VCourse()
Properties
ActivityCount
public int ActivityCount { get; set; }
Property Value
- int
CatalogIdentifier
public Guid? CatalogIdentifier { get; set; }
Property Value
- Guid?
CatalogName
public string CatalogName { get; set; }
Property Value
- string
CourseCode
public string CourseCode { get; set; }
Property Value
- string
CourseHook
public string CourseHook { get; set; }
Property Value
- string
CourseIdentifier
public Guid CourseIdentifier { get; set; }
Property Value
- Guid
CourseLabel
public string CourseLabel { get; set; }
Property Value
- string
CourseName
public string CourseName { get; set; }
Property Value
- string
EnrollmentCompleted
public int EnrollmentCompleted { get; set; }
Property Value
- int
EnrollmentStarted
public int EnrollmentStarted { get; set; }
Property Value
- int
GradebookIdentifier
public Guid? GradebookIdentifier { get; set; }
Property Value
- Guid?
GradebookTitle
public string GradebookTitle { get; set; }
Property Value
- string
ModuleCount
public int ModuleCount { get; set; }
Property Value
- int
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
UnitCount
public int UnitCount { get; set; }
Property Value
- int