| TaskDescription Properties |
The TaskDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| ClassName |
Class name of the task.
| |
| Description |
Task description.
| |
| IsDecorator |
Indicates if the task is a decorator and thus can have a child task.
| |
| Name |
Name of the task.
| |
| ParameterDescriptions |
List of descriptions of the parameters of the task.
| |
| Type |
Task type. Returns null if the type can't be loaded because it's not available in the current loaded assemblies.
| |
| TypeName |
Full qualified type of the task.
|