WorkflowModel Methods

The WorkflowModel 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 Initializes a new instance of the Workflow class based on this instance.
Public method Static member Copy Overloaded.
Public method Static member CopyInPartition Overloaded.
Public method Static member Create Overloaded.
Public method Static member CreateFromXml Initializes a new instance of the WorkflowModel class based on an XML document.
Public method Static member CreateInPartition Overloaded.
Public method Equals Determines whether the specified WorkflowModel instance is equal to the current WorkflowModel class instance. (Overrides Object.Equals(Object).)
Public method Static member Export Overloaded.
Protected method Finalize (Inherited from Object.)
Public method Static member GetActive Overloaded.
Public method Static member GetDefault Overloaded.
Public method GetElementLinkCollection Gets the Link class collection as an array list collection.
Public method GetEndElement Gets the end element of the workflow.
Public method GetHashCode Retrieves a value that indicates the hash code value for the WorkflowModel 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 instance in the parallel branch collection.
Public method GetNotificationCollection Gets the notifications as an array list collection.
Public method GetStartElement Gets the start element of the workflow.
Public method GetSubmissionInstructionCollection Gets the submission instructions as an array list collection.
Public method GetType (Inherited from Object.)
Public method Static member Import Overloaded.
Public method Static member LoadExportedWorkflowFromDisk Initializes a new instance of the WorkflowExportDefinition .
Public method Static member MakeActive Overloaded.
Public method Static member MakeActiveInPartition Overloaded.
Public method Static member MakeDefault Overloaded.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Sets property references when the deserialization is complete. (Inherited from Model.)
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 Save Saves a workflow.
Public method SetNewId Reassign the ID of the current ModelElement . (Inherited from ModelElement.)
Protected method SetParent Set the parent property of the current ModelElement. (Inherited from ModelElement.)
Public method SetVersionType Sets the version type of the workflow.
Public method ToString (Inherited from Object.)
Public method Validate Overloaded.
Top

Community Additions

ADD
Show: