Class AdHocEventNotificationInput
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class AdHocEventNotificationInput
- Inheritance
-
AdHocEventNotificationInput
- Inherited Members
-
- Extension Methods
-
Constructors
public AdHocEventNotificationInput()
Properties
public int EventNumber { get; set; }
Property Value
- int
public string FileName { get; set; }
Property Value
- string
public string HTML { get; set; }
Property Value
- string
public string Raw { get; set; }
Property Value
- string
public List<string> Recipients { get; set; }
Property Value
- List<string>
public string Subject { get; set; }
Property Value
- string
Methods
public static AdHocEventNotificationInput Deserialize(string json)
Parameters
json string
Returns
- AdHocEventNotificationInput
public string Serialize()
Returns
- string