ParallelElement Methods
The ParallelElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Initializes a new instance of the ParallelElement class based on this instance. (Overrides DesignElement.Clone(Model).) |
| Create | Initializes a new instance of the ParallelElement class. |
| Equals | Determines whether the specified ParallelElement instance is equal to the current ParallelElement class instance. (Overrides Object.Equals(Object).) |
| Finalize | (Inherited from Object.) |
| GetHashCode | Retrieves a value that indicates the hash code value for the ParallelElement instance. (Overrides Object.GetHashCode().) |
| GetParallelBranchCollection | Gets the parallel branches as an array list collection. |
| GetRootModelElement | Gets the ModelElement class that contains the element collection to which this DesignElement belongs. (Inherited from DesignElement.) |
| GetType | (Inherited from Object.) |
| GetViewStateXml | (Inherited from WorkflowElement.) |
| Label | Gets the label that is associated to the parallel 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 ParallelElement class and all the ParallelBranchElement classes in the branch collection. (Overrides ModelElement.SetNewId().) |
| SetParent | Set the parent property of the current ModelElement. (Inherited from ModelElement.) |
| ToString | (Inherited from Object.) |
| Validate | Validates the property value on the ParallelElement class. (Overrides WorkflowElement.Validate(ValidationContext).) |
Community Additions
ADD
Show: