| Transition Properties |
The Transition type exposes the following members.
| Name | Description | |
|---|---|---|
| Guard |
Gets the callback method that provides additional conditions
for the transition.
| |
| LeastCommonAncestor | ||
| Name |
Gets name of the Transition.
| |
| Parent |
Gets the anchor State where the Transition is aggregated.
| |
| SourceState |
Gets the StateConfiguration that represents the
source state of the Transition.
| |
| TargetState |
Gets the StateConfiguration that represents the
target state of the Transition.
| |
| TransitionAction |
Gets the callback method that will be called when the transition is executed.
| |
| TriggerEvent |
Gets the trigger event on which the Transition will react.
|