Table of Contents

Class Registration

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

Constructors

Registration()

public Registration()

Properties

CompletedDate

public DateTime? CompletedDate { get; set; }

Property Value

DateTime?

CourseId

public string CourseId { get; set; }

Property Value

string

CourseTitle

public string CourseTitle { get; set; }

Property Value

string

CourseVersion

public int? CourseVersion { get; set; }

Property Value

int?

CreatedDate

public DateTime? CreatedDate { get; set; }

Property Value

DateTime?

FirstAccessDate

public DateTime? FirstAccessDate { get; set; }

Property Value

DateTime?

Id

public string Id { get; set; }

Property Value

string

Instance

public int? Instance { get; set; }

Property Value

int?

LastAccessDate

public DateTime? LastAccessDate { get; set; }

Property Value

DateTime?

LearnerEmail

public string LearnerEmail { get; set; }

Property Value

string

LearnerFirstName

public string LearnerFirstName { get; set; }

Property Value

string

LearnerId

public string LearnerId { get; set; }

Property Value

string

LearnerLastName

public string LearnerLastName { get; set; }

Property Value

string

RegistrationCompletion

public string RegistrationCompletion { get; set; }

Property Value

string

RegistrationSuccess

public string RegistrationSuccess { get; set; }

Property Value

string

TotalSecondsTracked

public double? TotalSecondsTracked { get; set; }

Property Value

double?

Updated

public DateTime? Updated { get; set; }

Property Value

DateTime?