Class AutomationScenarioFilter
Filter used to retrieve automation scenario.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationScenarioFilter
Properties
Count
The number of scenarios to retrieve.
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 scenario to retrieve.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
The publish mode of the scenario.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |