Table of Contents

Class RequestStatusOutput

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

Constructors

RequestStatusOutput()

public RequestStatusOutput()

Properties

Error

public bool Error { get; set; }

Property Value

bool

ExamId

public string ExamId { get; set; }

Property Value

string

IndividualId

public string IndividualId { get; set; }

Property Value

string

ProcessingTime

public int ProcessingTime { get; set; }

Property Value

int

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

Status

public string Status { get; set; }

Property Value

string

Methods

Deserialize(string)

public static RequestStatusOutput Deserialize(string xml)

Parameters

xml string

Returns

RequestStatusOutput