Click or drag to resize

WorkflowVariableCollection Class

Represents a collection of variables that are available within a WorkflowContext.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WorkflowKitWorkflowVariableCollection

Namespace:  Colygon.MatchPoint.WorkflowKit
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public sealed class WorkflowVariableCollection : ITaggable, 
	IUpdatable, IKnownNames

The WorkflowVariableCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Public propertyTags
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Top
Remarks
A workflow variable is created automatically for every field specified within a UserTransitionForm. Alternatively, the SetVariableAction can be used for assigning variables.

Workflow variables can be accessed from the WorkflowInstance expression variable.

See Also