Class ExamEventInput
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class ExamEventInput
- Inheritance
-
ExamEventInput
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public string[] CivicAddress { get; set; }
Property Value
- string[]
public string DeliveryMethod { get; set; }
Property Value
- string
public string End { get; set; }
Property Value
- string
public int EventNumber { get; set; }
Property Value
- int
public string EventStatus { get; set; }
Property Value
- string
public string EventType { get; set; }
Property Value
- string
public string Location { get; set; }
Property Value
- string
public int? OrganizationId { get; set; }
Property Value
- int?
public string Raw { get; set; }
Property Value
- string
public string Registration { get; set; }
Property Value
- string
public string Room { get; set; }
Property Value
- string
public int ScheduledBy { get; set; }
Property Value
- int
public string Start { get; set; }
Property Value
- string
public string[] TPContacts { get; set; }
Property Value
- string[]
public string TZ { get; set; }
Property Value
- string
Methods
public static ExamEventInput Deserialize(string json)
Parameters
json string
Returns
- ExamEventInput
public string Serialize()
Returns
- string