WorkflowState Class |
Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
[SerializableAttribute] public sealed class WorkflowState
The WorkflowState type exposes the following members.
Name | Description | |
---|---|---|
WorkflowState | Initializes a new instance of the WorkflowState class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Description | Specifies a description of the state. | |
EntryActions | Contains the actions that are executed when this workflow state is entered. | |
Id | Internal unique ID of the state. | |
Name | Specifies the name of the state. | |
Transitions | Contains the transitions for this workflow state. |