ConditionalTransition Class |
Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
[SerializableAttribute] public class ConditionalTransition : BaseTransition
The ConditionalTransition type exposes the following members.
Name | Description | |
---|---|---|
ConditionalTransition | Initializes a new instance of the ConditionalTransition class |
Name | Description | |
---|---|---|
Label | This will be the name displayed on the 'resume workflow' user action if any of the actions in this transition fail. If null, the name of the current state will be displayed. (Overrides BaseTransitionLabel.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Actions | Contains the actions that are executed when this transition is executed. (Inherited from BaseTransition.) | |
EvaluateImmediately | If enabled, the conditional expression is evaluated immediately after the new state is reached, otherwise only after the item is updated. | |
Expression | Specifies an expression that evaluates to 'true' or 'false'. If the expression evaluates to 'true', the current state is transformed to the specified next state. | |
NextStateId | Specifies the next state in case this condition is matched. (Inherited from BaseTransition.) |