Table of Contents

Class ExamEventInput

Namespace
Shift.Toolbox.Integration.DirectAccess
Assembly
Shift.Toolbox.dll
public class ExamEventInput
Inheritance
ExamEventInput
Inherited Members
Extension Methods

Constructors

ExamEventInput()

public ExamEventInput()

Properties

CivicAddress

public string[] CivicAddress { get; set; }

Property Value

string[]

DeliveryMethod

public string DeliveryMethod { get; set; }

Property Value

string

End

public string End { get; set; }

Property Value

string

EventNumber

public int EventNumber { get; set; }

Property Value

int

EventStatus

public string EventStatus { get; set; }

Property Value

string

EventType

public string EventType { get; set; }

Property Value

string

Location

public string Location { get; set; }

Property Value

string

OrganizationId

public int? OrganizationId { get; set; }

Property Value

int?

Raw

public string Raw { get; set; }

Property Value

string

Registration

public string Registration { get; set; }

Property Value

string

Room

public string Room { get; set; }

Property Value

string

ScheduledBy

public int ScheduledBy { get; set; }

Property Value

int

Start

public string Start { get; set; }

Property Value

string

TPContacts

public string[] TPContacts { get; set; }

Property Value

string[]

TZ

public string TZ { get; set; }

Property Value

string

Methods

Deserialize(string)

public static ExamEventInput Deserialize(string json)

Parameters

json string

Returns

ExamEventInput

Serialize()

public string Serialize()

Returns

string