Class VerificationInputVariables
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class VerificationInputVariables
- Inheritance
-
VerificationInputVariables
- Inherited Members
-
- Extension Methods
-
Constructors
public VerificationInputVariables()
Properties
public bool AdminIsInternal { get; set; }
Property Value
- bool
public string CandidateCode { get; set; }
Property Value
- string
public string CandidateStatus { get; set; }
Property Value
- string
public List<string> ClassFormCodes { get; set; }
Property Value
- List<string>
public string ClassStatus { get; set; }
Property Value
- string
public DateTimeOffset CurrentTime { get; set; }
Property Value
- DateTimeOffset
public bool EventIsOnline { get; set; }
Property Value
- bool
public DateTimeOffset EventTime { get; set; }
Property Value
- DateTimeOffset
public string FormCode { get; set; }
Property Value
- string
public int FormConflictCount { get; set; }
Property Value
- int
public List<DateTimeOffset> HolidayCalendar { get; set; }
Property Value
- List<DateTimeOffset>
public int ScheduleConflictCount { get; set; }
Property Value
- int
public List<CodeAndDate> ScheduledExams { get; set; }
Property Value
- List<CodeAndDate>
public DateTimeOffset? TradeLevelAttempted { get; set; }
Property Value
- DateTimeOffset?
public string TradeStatus { get; set; }
Property Value
- string