ParallelBranchElement Methods

The ParallelBranchElement type exposes the following members.

  NameDescription
Public method AddElement Adds a Element class instance to the parallel branch collection.
Public method AddRelationship Adds a Link class instance to the parallel branch collection.
Public method Clone Overloaded.
Public method Static member Create Initializes a new instance of the ParallelBranchElement class.
Public method Equals Determines whether the specified ParallelBranchElement instance is equal to the current ParallelBranchElement class instance. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetElement Gets a Element class instance based on a unique identifier.
Public method GetElementLinkCollection Gets the Link class collection as an array list collection.
Public method GetEndElement Gets the end element of the parallel branch.
Public method GetHashCode Retrieves a value that indicates the hash code value for the ParallelBranchElement instance. (Overrides Object.GetHashCode().)
Public method GetLink Gets a Link class instance based on a unique identifier.
Public method GetLinks Gets a collection of all Link class instances in the parallel branch collection.
Public method GetRootModelElement Gets the ParallelBranchElement class that contains the element collection to which this DesignElement instance belongs. (Overrides DesignElement.GetRootModelElement().)
Public method GetStartElement Gets the start element of the parallel branch.
Public method GetType (Inherited from Object.)
Public method GetViewStateXml (Inherited from WorkflowElement.)
Public method Label Gets the label that is associated to the parallel branch element. (Overrides DesignElement.Label().)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Sets property references when the deserialization is completed. (Inherited from DesignElement.)
Public method OnPropertyChanged Invoked when the property value on an element has been changed. (Inherited from ModelElement.)
Public method OnPropertyStateChanged Invoked when the property state on an element has been changed. (Inherited from ModelElement.)
Public method SetNewId Set a new ID for the ParallelBranchElement class and all the WorkflowElement and LinkElement classes in the element collection. (Overrides ModelElement.SetNewId().)
Protected method SetParent Set the parent property of the current ModelElement. (Inherited from ModelElement.)
Public method ToString (Inherited from Object.)
Public method Validate Validates the property value on the ParallelBranchElement class. (Overrides WorkflowElement.Validate(ValidationContext).)
Top

Community Additions

ADD
Show: