Class EventValidationModel
- Namespace
- Shift.Sdk.Contract.Booking
- Assembly
- Shift.Sdk.dll
public class EventValidationModel
- Inheritance
-
EventValidationModel
- Inherited Members
-
- Extension Methods
-
Constructors
EventValidationModel()
public EventValidationModel()
Properties
AllowLoginAnyTime
public bool AllowLoginAnyTime { get; set; }
Property Value
- bool
ApprovalStatus
public string ApprovalStatus { get; set; }
Property Value
- string
AssessmentCount
public int AssessmentCount { get; set; }
Property Value
- int
ClassStatus
public EventClassStatus? ClassStatus { get; set; }
Property Value
- EventClassStatus?
public string EventFormat { get; set; }
Property Value
- string
EventScheduledStart
public DateTimeOffset EventScheduledStart { get; set; }
Property Value
- DateTimeOffset
EventSchedulingStatus
public string EventSchedulingStatus { get; set; }
Property Value
- string
public Guid? ExamFormIdentifier { get; set; }
Property Value
- Guid?
HasAccommodations
public bool HasAccommodations { get; set; }
Property Value
- bool
HasEvent
public bool HasEvent { get; set; }
Property Value
- bool
public bool HasForm { get; set; }
Property Value
- bool
HasResumeInterruptedOnlineExam
public bool HasResumeInterruptedOnlineExam { get; set; }
Property Value
- bool
UserTimeZone
public string UserTimeZone { get; set; }
Property Value
- string
Methods
Clone()
public EventValidationModel Clone()
Returns
- EventValidationModel