Click or drag to resize

BaseTransition Class

Base class for all transitions.
Inheritance Hierarchy

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

The BaseTransition type exposes the following members.

Constructors
  NameDescription
Public methodBaseTransition
Initializes a new instance of the BaseTransition class
Top
Properties
  NameDescription
Public propertyLabel
The label is displayed in the context menu and the user form input page as title.
Top
Methods
  NameDescription
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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldActions
Contains the actions that are executed when this transition is executed.
Public fieldNextStateId
Specifies the next state in case this condition is matched.
Top
Remarks
Transitions are used for moving items from one workflow state to another.
Remarks
This is a MatchPoint configuration class.
See Also