Table of Contents

Class Course

Namespace
Shift.Common.Scorm
Assembly
Shift.Common.dll
public class Course
Inheritance
Course
Inherited Members
Extension Methods

Constructors

Course()

public Course()

Properties

CourseLearningStandard

public string CourseLearningStandard { get; set; }

Property Value

string

Created

public DateTime? Created { get; set; }

Property Value

DateTime?

Id

public string Id { get; set; }

Property Value

string

RegistrationCount

public int? RegistrationCount { get; set; }

Property Value

int?

Title

public string Title { get; set; }

Property Value

string

Updated

public DateTime? Updated { get; set; }

Property Value

DateTime?

Version

public int? Version { get; set; }

Property Value

int?