Class AttemptImported
public class AttemptImported : Change, IChange
- Inheritance
-
AttemptImported
- Implements
- Inherited Members
- Extension Methods
Constructors
AttemptImported(Guid, AnswerHandle[], DateTimeOffset?, DateTimeOffset?, string, Guid, Guid, Guid?, bool, string)
public AttemptImported(Guid tenant, AnswerHandle[] answers, DateTimeOffset? started, DateTimeOffset? completed, string tag, Guid form, Guid candidate, Guid? registration, bool isAttended, string language)
Parameters
tenantGuidanswersAnswerHandle[]startedDateTimeOffset?completedDateTimeOffset?tagstringformGuidcandidateGuidregistrationGuid?isAttendedboollanguagestring
Properties
Answers
public AnswerHandle[] Answers { get; set; }
Property Value
Candidate
public Guid Candidate { get; set; }
Property Value
Completed
public DateTimeOffset? Completed { get; set; }
Property Value
Form
public Guid Form { get; set; }
Property Value
IsAttended
public bool IsAttended { get; set; }
Property Value
Language
public string Language { get; set; }
Property Value
Registration
public Guid? Registration { get; set; }
Property Value
- Guid?
Started
public DateTimeOffset? Started { get; set; }
Property Value
Tag
public string Tag { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }