TaskElement Methods
The TaskElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Initializes a new instance of the TaskElement class based on this instance. (Overrides DesignElement.Clone(Model).) |
| Create | Overloaded. |
| ElementExist | |
| Equals | Determines whether the specified TaskElement instance is equal to the current TaskElement class instance. (Overrides Object.Equals(Object).) |
| Finalize | (Inherited from Object.) |
| GetAllowedActionsCollection | Gets the enabled actions as an array list collection. |
| GetHashCode | Retrieves a value that indicates the hash code value for the TaskElement instance. (Overrides Object.GetHashCode().) |
| GetNotificationCollection | Gets the notifications as an array list collection. |
| GetRootModelElement | Gets the ModelElement class that contains the element collection to which this DesignElement belongs. (Inherited from DesignElement.) |
| GetStepElementCollection | Gets the steps as an array list collection. (Inherited from InteractiveTask.) |
| GetType | (Inherited from Object.) |
| GetViewStateXml | (Inherited from WorkflowElement.) |
| Label | Gets the label that is associated to the task element. (Overrides DesignElement.Label().) |
| MemberwiseClone | (Inherited from Object.) |
| OnDeserialization | Sets property references when the deserialization is completed. (Inherited from DesignElement.) |
| OnPropertyChanged | Invoked when the property value on an element has been changed. (Inherited from ModelElement.) |
| OnPropertyStateChanged | Invoked when the property state on an element has been changed. (Inherited from ModelElement.) |
| SetNewId | Set a new ID for the InteractiveTask class and all the StepElement classes in the step collection. (Inherited from InteractiveTask.) |
| SetParent | Set the parent property of the current ModelElement instance. (Inherited from InteractiveTask.) |
| ToString | (Inherited from Object.) |
| Validate | Validates the property value on the TaskElement class. (Overrides WorkflowElement.Validate(ValidationContext).) |
Community Additions
ADD
Show: