다음을 통해 공유


WorkflowData Members

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
public property ActiveStepId Gets or sets the active step ID.
public property IsForced Gets or sets a Boolean value that specifies whether the workflow is forced or not.
public property Steps Gets a workflow step array which can be serialized/deserialized
public property WorkflowId Gets or sets the workflow ID.
public property WorkflowName Gets or sets the name for the workflow

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AreAllStepsComplete Checks if each of the step is complete.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetStepByIndex Gets the step by index
public method GetStepByStepId Gets the step by step ID.
public method GetType  (inherited from Object)
public method ReturnACopy Creates a copy of workflow.
public method SetPendingWorkflowData Overloaded.  
public method SetWorkflowData Set the workflow content from the XML to the data structure.
public method SetWorkflowStepsData Sets the workflow steps' content from the XML to the data structure.
public method ToString  (inherited from Object)
public method WorkflowDataInXml Forms an XML of the workflow content.

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method 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.