Table of Contents

Class ExamEventOutput

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

Constructors

ExamEventOutput()

public ExamEventOutput()

Properties

Message

public string Message { get; set; }

Property Value

string

PublicationErrors

public string PublicationErrors { get; }

Property Value

string

PublicationStatus

public string PublicationStatus { get; }

Property Value

string

Raw

public string Raw { get; set; }

Property Value

string

StatusCode

public int StatusCode { get; set; }

Property Value

int

Methods

Deserialize(string)

public static ExamEventOutput Deserialize(string json)

Parameters

json string

Returns

ExamEventOutput