Class Course
public class Course
- Inheritance
-
Course
- Inherited Members
- Extension Methods
Constructors
Course()
public Course()
Properties
CourseLearningStandard
public string CourseLearningStandard { get; set; }
Property Value
Created
public DateTime? Created { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
RegistrationCount
public int? RegistrationCount { get; set; }
Property Value
- int?
Title
public string Title { get; set; }
Property Value
Updated
public DateTime? Updated { get; set; }
Property Value
Version
public int? Version { get; set; }
Property Value
- int?