Class AutomationEvent
Represents an automation event.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationEvent
Properties
AdditionalValues
Gets or sets the additional values of the automation event.
Declaration
public List<AutomationEvent.AdditionalValue> AdditionalValues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationEvent.AdditionalValue> |
CreationDate
Gets or sets the date and time when the automation event was created.
Declaration
public DateTimeOffset? CreationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
Gets or sets the email of the related automation profile.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventDate
Gets or sets the date and time when the automation event occurred.
Declaration
public DateTimeOffset? EventDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ExpirationDate
Gets or sets the expiration date of the automation event.
Declaration
public DateTimeOffset? ExpirationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ModificationDate
Gets or sets the date and time when the automation event was modified.
Declaration
public DateTimeOffset? ModificationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
Parameters
Gets or sets the parameters of the automation event.
Declaration
public List<AutomationEvent.Parameter> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationEvent.Parameter> |
ParametersDescription
Gets or sets the description of the parameters.
Declaration
public string ParametersDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TriggeredTasks
Gets or sets the triggered tasks of the automation event.
Declaration
public List<AutomationEvent.TriggeredTask> TriggeredTasks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationEvent.TriggeredTask> |
Type
Gets or sets the type of the automation event.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |