Click or drag to resize
TaskDescription Properties

The TaskDescription type exposes the following members.

Properties
  NameDescription
Public propertyClassName
Class name of the task.
Public propertyDescription
Task description.
Public propertyIsDecorator
Indicates if the task is a decorator and thus can have a child task.
Public propertyName
Name of the task.
Public propertyParameterDescriptions
List of descriptions of the parameters of the task.
Protected propertyType
Task type. Returns null if the type can't be loaded because it's not available in the current loaded assemblies.
Public propertyTypeName
Full qualified type of the task.
Top
See Also