Class TScormRegistration
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TScormRegistration
- Inheritance
-
TScormRegistration
- Inherited Members
-
Constructors
TScormRegistration()
public TScormRegistration()
Properties
Activities
public virtual ICollection<TScormRegistrationActivity> Activities { get; set; }
Property Value
- ICollection<TScormRegistrationActivity>
LearnerEmail
public string LearnerEmail { get; set; }
Property Value
- string
LearnerIdentifier
public Guid LearnerIdentifier { get; set; }
Property Value
- Guid
LearnerName
public string LearnerName { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
ScormAccessedFirst
public DateTimeOffset? ScormAccessedFirst { get; set; }
Property Value
- DateTimeOffset?
ScormAccessedLast
public DateTimeOffset? ScormAccessedLast { get; set; }
Property Value
- DateTimeOffset?
ScormCompleted
public DateTimeOffset? ScormCompleted { get; set; }
Property Value
- DateTimeOffset?
ScormLaunchCount
public int ScormLaunchCount { get; set; }
Property Value
- int
ScormLaunchedFirst
public DateTimeOffset ScormLaunchedFirst { get; set; }
Property Value
- DateTimeOffset
ScormLaunchedLast
public DateTimeOffset ScormLaunchedLast { get; set; }
Property Value
- DateTimeOffset
ScormPackageHook
public string ScormPackageHook { get; set; }
Property Value
- string
ScormRegistrationCompletion
public string ScormRegistrationCompletion { get; set; }
Property Value
- string
ScormRegistrationIdentifier
public Guid ScormRegistrationIdentifier { get; set; }
Property Value
- Guid
ScormRegistrationInstance
public int? ScormRegistrationInstance { get; set; }
Property Value
- int?
ScormRegistrationScore
public decimal? ScormRegistrationScore { get; set; }
Property Value
- decimal?
ScormRegistrationSuccess
public string ScormRegistrationSuccess { get; set; }
Property Value
- string
ScormRegistrationTrackedSeconds
public int? ScormRegistrationTrackedSeconds { get; set; }
Property Value
- int?
ScormSynchronized
public DateTimeOffset? ScormSynchronized { get; set; }
Property Value
- DateTimeOffset?