Table of Contents

Class AdHocEventNotificationInput

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

Constructors

AdHocEventNotificationInput()

public AdHocEventNotificationInput()

Properties

EventNumber

public int EventNumber { get; set; }

Property Value

int

FileName

public string FileName { get; set; }

Property Value

string

HTML

public string HTML { get; set; }

Property Value

string

Raw

public string Raw { get; set; }

Property Value

string

Recipients

public List<string> Recipients { get; set; }

Property Value

List<string>

Subject

public string Subject { get; set; }

Property Value

string

Methods

Deserialize(string)

public static AdHocEventNotificationInput Deserialize(string json)

Parameters

json string

Returns

AdHocEventNotificationInput

Serialize()

public string Serialize()

Returns

string