Table of Contents

Class ExamEventCandidateInput

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

Constructors

ExamEventCandidateInput()

public ExamEventCandidateInput()

Properties

AWISExamName

public string AWISExamName { get; set; }

Property Value

string

Active

public string Active { get; set; }

Property Value

string

Calculator

public string Calculator { get; set; }

Property Value

string

CodeBook

public string CodeBook { get; set; }

Property Value

string

CourseSessionId

public string CourseSessionId { get; set; }

Property Value

string

DictionaryAllowed

public string DictionaryAllowed { get; set; }

Property Value

string

Duration

public int Duration { get; set; }

Property Value

int

Eligible

public string Eligible { get; set; }

Property Value

string

EventNumber

public int EventNumber { get; set; }

Property Value

int

Exam

public string Exam { get; set; }

Property Value

string

FormStatus

public string FormStatus { get; set; }

Property Value

string

IndividualNumber

public int IndividualNumber { get; set; }

Property Value

int

IneligibilityCodesFormatted

public string IneligibilityCodesFormatted { get; set; }

Property Value

string

IneligibilityOverride

public string IneligibilityOverride { get; set; }

Property Value

string

IneligibleCodes

public string[] IneligibleCodes { get; set; }

Property Value

string[]

Raw

public string Raw { get; set; }

Property Value

string

RemovalReason

public object RemovalReason { get; set; }

Property Value

object

Removed

public string Removed { get; set; }

Property Value

string

ResultStatus

public string ResultStatus { get; set; }

Property Value

string

Trade

public int Trade { get; set; }

Property Value

int

Void

public string Void { get; set; }

Property Value

string

Methods

Deserialize(string)

public static ExamEventCandidateInput Deserialize(string json)

Parameters

json string

Returns

ExamEventCandidateInput

Serialize()

public string Serialize()

Returns

string