Class AttemptStarted3
public class AttemptStarted3 : Change, IChange
- Inheritance
-
AttemptStarted3
- Implements
- Inherited Members
- Extension Methods
Constructors
AttemptStarted3(Guid, Guid, Guid, Guid, Guid, Guid?, string, AttemptConfiguration, AttemptSection[], AttemptQuestion[])
public AttemptStarted3(Guid organizationIdentifier, Guid bankIdentifier, Guid formIdentifier, Guid assessorUserIdentifier, Guid learnerUserIdentifier, Guid? registrationIdentifier, string userAgent, AttemptConfiguration configuration, AttemptSection[] sections, AttemptQuestion[] questions)
Parameters
organizationIdentifierGuidbankIdentifierGuidformIdentifierGuidassessorUserIdentifierGuidlearnerUserIdentifierGuidregistrationIdentifierGuid?userAgentstringconfigurationAttemptConfigurationsectionsAttemptSection[]questionsAttemptQuestion[]
Properties
AssessorUserIdentifier
public Guid AssessorUserIdentifier { get; set; }
Property Value
BankIdentifier
public Guid BankIdentifier { get; set; }
Property Value
Configuration
public AttemptConfiguration Configuration { get; set; }
Property Value
FormIdentifier
public Guid FormIdentifier { get; set; }
Property Value
LearnerUserIdentifier
public Guid LearnerUserIdentifier { get; set; }
Property Value
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
Questions
public AttemptQuestion[] Questions { get; set; }
Property Value
RegistrationIdentifier
public Guid? RegistrationIdentifier { get; set; }
Property Value
- Guid?
Sections
public AttemptSection[] Sections { get; set; }
Property Value
UserAgent
public string UserAgent { get; set; }