Table of Contents

Class RegistrationProgress

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

Constructors

RegistrationProgress()

public RegistrationProgress()

Properties

CompletedDate

public DateTime? CompletedDate { get; set; }

Property Value

DateTime?

FirstAccessDate

public DateTime? FirstAccessDate { get; set; }

Property Value

DateTime?

LastAccessDate

public DateTime? LastAccessDate { get; set; }

Property Value

DateTime?

RegistrationCompletion

public string RegistrationCompletion { get; set; }

Property Value

string

RegistrationSuccess

public string RegistrationSuccess { get; set; }

Property Value

string

ScoreScaled

public decimal? ScoreScaled { get; set; }

Property Value

decimal?

TotalSecondsTracked

public int? TotalSecondsTracked { get; set; }

Property Value

int?