Class ExamEventCandidateInput
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class ExamEventCandidateInput
- Inheritance
-
ExamEventCandidateInput
- Inherited Members
-
- Extension Methods
-
Constructors
public ExamEventCandidateInput()
Properties
public string AWISExamName { get; set; }
Property Value
- string
public string Active { get; set; }
Property Value
- string
public string Calculator { get; set; }
Property Value
- string
public string CodeBook { get; set; }
Property Value
- string
public string CourseSessionId { get; set; }
Property Value
- string
public string DictionaryAllowed { get; set; }
Property Value
- string
public int Duration { get; set; }
Property Value
- int
public string Eligible { get; set; }
Property Value
- string
public int EventNumber { get; set; }
Property Value
- int
public string Exam { get; set; }
Property Value
- string
public string FormStatus { get; set; }
Property Value
- string
public int IndividualNumber { get; set; }
Property Value
- int
public string IneligibilityCodesFormatted { get; set; }
Property Value
- string
public string IneligibilityOverride { get; set; }
Property Value
- string
public string[] IneligibleCodes { get; set; }
Property Value
- string[]
public string Raw { get; set; }
Property Value
- string
public object RemovalReason { get; set; }
Property Value
- object
public string Removed { get; set; }
Property Value
- string
public string ResultStatus { get; set; }
Property Value
- string
public int Trade { get; set; }
Property Value
- int
public string Void { get; set; }
Property Value
- string
Methods
public static ExamEventCandidateInput Deserialize(string json)
Parameters
json string
Returns
- ExamEventCandidateInput
public string Serialize()
Returns
- string