Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the workflow data.
The following tables list the members exposed by the WorkflowData type.
Public Constructors
Name | Description | |
---|---|---|
WorkflowData | Initializes a new instance of the WorkflowData class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
ActiveStepId | Gets or sets the active step ID. |
![]() |
IsForced | Gets or sets a Boolean value that specifies whether the workflow is forced or not. |
![]() |
Steps | Gets a workflow step array which can be serialized/deserialized |
![]() |
WorkflowId | Gets or sets the workflow ID. |
![]() |
WorkflowName | Gets or sets the name for the workflow |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
AreAllStepsComplete | Checks if each of the step is complete. |
![]() |
Equals | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetStepByIndex | Gets the step by index |
![]() |
GetStepByStepId | Gets the step by step ID. |
![]() |
GetType | (inherited from Object) |
![]() |
ReturnACopy | Creates a copy of workflow. |
![]() |
SetPendingWorkflowData | Overloaded. |
![]() |
SetWorkflowData | Set the workflow content from the XML to the data structure. |
![]() |
SetWorkflowStepsData | Sets the workflow steps' content from the XML to the data structure. |
![]() |
ToString | (inherited from Object) |
![]() |
WorkflowDataInXml | Forms an XML of the workflow content. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
WorkflowData Class
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.