Click or drag to resize
StaMaTransition Properties

The Transition type exposes the following members.

Properties
  NameDescription
Public propertyGuard
Gets the callback method that provides additional conditions for the transition.
Public propertyLeastCommonAncestor
Gets the least common ancestor of the SourceState and the TargetState of the Transition.
Public propertyName
Gets name of the Transition.
Public propertyParent
Gets the anchor State where the Transition is aggregated.
Public propertySourceState
Gets the StateConfiguration that represents the source state of the Transition.
Public propertyTargetState
Gets the StateConfiguration that represents the target state of the Transition.
Public propertyTransitionAction
Gets the callback method that will be called when the transition is executed.
Public propertyTriggerEvent
Gets the trigger event on which the Transition will react.
Top
See Also