Class AutomationEventFilter
Represents a filter used to retrieve automation events.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationEventFilter
Properties
Count
Gets or sets the maximum number of automation events to retrieve.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Gets or sets the email in the automation events to retrieve.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDate
Gets or sets the end date and time of the automation events to retrieve.
Declaration
public DateTimeOffset? EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ExclusionTriggeredTaskName
Gets or sets the trigger task name.
Declaration
public string ExclusionTriggeredTaskName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpirationEndDate
Gets or sets the end expiration date and time of the automation events.
Declaration
public DateTimeOffset? ExpirationEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ExpirationStartDate
Gets or sets the start expiration date and time of the automation events.
Declaration
public DateTimeOffset? ExpirationStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
Id
Gets or sets the unique identifier in the automation events to retrieve.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrderFields
Gets or sets the order fields.
Declaration
public string[] OrderFields { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
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> |
StartDate
Gets or sets the start date and time of the automation events to retrieve.
Declaration
public DateTimeOffset? StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
Type
Gets or sets the type in the automation events to retrieve.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |