ParallelBranchElement Methods
The ParallelBranchElement type exposes the following members.
| Name | Description | |
|---|---|---|
| AddElement | Adds a Element class instance to the parallel branch collection. |
| AddRelationship | Adds a Link class instance to the parallel branch collection. |
| Clone | Overloaded. |
| Create | Initializes a new instance of the ParallelBranchElement class. |
| Equals | Determines whether the specified ParallelBranchElement instance is equal to the current ParallelBranchElement class instance. (Overrides Object.Equals(Object).) |
| Finalize | (Inherited from Object.) |
| GetElement | Gets a Element class instance based on a unique identifier. |
| GetElementLinkCollection | Gets the Link class collection as an array list collection. |
| GetEndElement | Gets the end element of the parallel branch. |
| GetHashCode | Retrieves a value that indicates the hash code value for the ParallelBranchElement instance. (Overrides Object.GetHashCode().) |
| GetLink | Gets a Link class instance based on a unique identifier. |
| GetLinks | Gets a collection of all Link class instances in the parallel branch collection. |
| GetRootModelElement | Gets the ParallelBranchElement class that contains the element collection to which this DesignElement instance belongs. (Overrides DesignElement.GetRootModelElement().) |
| GetStartElement | Gets the start element of the parallel branch. |
| GetType | (Inherited from Object.) |
| GetViewStateXml | (Inherited from WorkflowElement.) |
| Label | Gets the label that is associated to the parallel branch 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 ParallelBranchElement class and all the WorkflowElement and LinkElement classes in the element 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 ParallelBranchElement class. (Overrides WorkflowElement.Validate(ValidationContext).) |
Community Additions
ADD
Show: