Click or drag to resize

BaseAction Class

Base class for all actions that can be specified within a workflow.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WorkflowKit.ActionsBaseAction
    More...

Namespace:  Colygon.MatchPoint.WorkflowKit.Actions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public abstract class BaseAction

The BaseAction type exposes the following members.

Constructors
  NameDescription
Protected methodBaseAction
Initializes a new instance of the BaseAction class
Top
Properties
  NameDescription
Public propertyId
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExecute
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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessChildElement
Public methodRun(WorkflowScope)
Public methodRun(WorkflowScope, Boolean)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldErrorHandler
Specifies an error handling method in case an exception occures during the execution of the action.
Protected fieldStatic memberLogger
Top
Remarks
Actions can be configured either within a [!:UserTransition] or as 'entry actions' on a [!:WorkflowState].

This class can be extended for implementing custom actions for a MatchPoint workflow.

  • #APIChange 5.0: removed protected WorkflowScope Scope, use WorkflowScope parameter of Execute(WorkflowScope) instead
  • #APIChange 5.0: removed protected virtual void Run(), use Execute(WorkflowScope) instead
Remarks
This is a MatchPoint configuration class.
See Also
Inheritance Hierarchy