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