Table of Contents

Class ExamSubmissionResponse

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

Constructors

ExamSubmissionResponse()

public ExamSubmissionResponse()

Properties

Code

public string Code { get; set; }

Property Value

string

ExamId

public string ExamId { get; set; }

Property Value

string

IndividualId

public string IndividualId { get; set; }

Property Value

string

Raw

public string Raw { get; set; }

Property Value

string

ReceiptId

public string ReceiptId { get; set; }

Property Value

string

SessionId

public string SessionId { get; set; }

Property Value

string

Methods

Deserialize(string)

public static ExamSubmissionResponse Deserialize(string json)

Parameters

json string

Returns

ExamSubmissionResponse