Click or drag to resize

WorkflowScope Class

Provides a context for evaluating expressions within a MatchPoint workflow.
Remarks
The oob expression variables of MatchPoint, as well as registered custom expression variables are automatically provided. Additionally, two variables 'WorflowInstance' and 'ListItem are registered.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.WorkflowKit
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public class WorkflowScope : MPScope

The WorkflowScope type exposes the following members.

Properties
  NameDescription
Public propertyAfterTags
Public propertyBeforeTags
Public propertyListItem
Returns the list item on which the workflow instance is running.
Protected propertyUnsafeTypes (Inherited from MPScope.)
Top
Methods
  NameDescription
Public methodApplyChanges
Updates the underlying object with field and tag changes.
Public methodStatic memberCreate
Public methodStatic memberCreate(WorkflowInstance, IUpdatable, SPWeb)
Public methodDispose (Inherited from MPScope.)
Protected methodDispose(Boolean) (Inherited from MPScope.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodInvokeField (Inherited from MPScope.)
Protected methodInvokeIndexer (Inherited from MPScope.)
Protected methodInvokeMethod (Inherited from MPScope.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRegisterExtension (Inherited from EvaluatorScope.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryGetVariable (Inherited from MPScope.)
Top
Fields
  NameDescription
Public fieldFieldChanges
Public fieldVariables (Inherited from MPScope.)
Public fieldWeb
Public fieldWorkflowInstance
Top
See Also