Click or drag to resize

ConditionalTransition Fields

The ConditionalTransition type exposes the following members.

Fields
  NameDescription
Public fieldActions
Contains the actions that are executed when this transition is executed.
(Inherited from BaseTransition.)
Public fieldEvaluateImmediately
If enabled, the conditional expression is evaluated immediately after the new state is reached, otherwise only after the item is updated.
Public fieldExpression
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.
Public fieldNextStateId
Specifies the next state in case this condition is matched.
(Inherited from BaseTransition.)
Top
See Also