WorkflowData Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents the workflow data.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Desktop.Core.WorkflowData
Syntax
public class WorkflowData
Public Class WorkflowData
Constructors
Name | Description | |
---|---|---|
WorkflowData() | Initializes a new instance of the WorkflowData class. |
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 |
Methods
Name | Description | |
---|---|---|
AreAllStepsComplete() | Checks if each of the step is complete. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetStepByIndex(Int32) | Gets the step by index |
|
GetStepByStepId(Guid) | Gets the step by step ID. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ReturnACopy() | Creates a copy of workflow. |
|
SetPendingWorkflowData(String) | Sets the pending workflow. |
|
SetPendingWorkflowData(String, Boolean) | Sets the pending workflow. |
|
SetWorkflowData(String) | Set the workflow content from the XML to the data structure. |
|
SetWorkflowStepsData(String) | Sets the workflow steps' content from the XML to the data structure. |
|
ToString() | (Inherited from Object.) |
|
WorkflowDataInXml(Guid, Int32, Guid) | Forms an XML of the workflow content. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Uii.Desktop.Core Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright