ITask |
The ITaskEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| Editable |
Gets or sets a value indicating whether this TaskEditDialog is editor.Editable.
(Inherited from ITaskDefinitionEditor) | |
| IsV2 |
Gets or sets a value indicating whether this task definition is v2.
(Inherited from ITaskDefinitionEditor) | |
| ShowErrors |
Gets or sets a value indicating whether errors are shown in the UI.
(Inherited from ITaskDefinitionEditor) | |
| Task | Gets the current Task. This is only the task used to initialize this control. The updates made to the control are not registered. | |
| TaskDefinition |
Gets the TaskDefinition in its edited state.
(Inherited from ITaskDefinitionEditor) | |
| TaskFolder | Gets or sets the folder for the task. If control is initialized with a Task, this value will be set to the folder of the registered task. | |
| TaskName | Gets or sets the name of the task. If control is initialized with a Task, this value will be set to the name of the registered task. | |
| TaskService |
Gets the TaskService assigned at initialization.
(Inherited from ITaskDefinitionEditor) |