Class AutomationTaskFilter
Filters the automation task based on certain criteria.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationTaskFilter
Properties
Count
Gets or sets the maximum number of items to retrieve in the filtered automation tasks.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the automation task.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
Gets or sets the publish mode.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |
ScenarioIdMaster
Gets or sets the parent scenario identifier.
Declaration
public string ScenarioIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |