Transition Properties
.NET Framework 4.5
The Transition type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | Gets or sets the activity performed during a transition. |
|
Condition | Specifies the condition the transition is testing when the trigger activity is activated. |
|
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. |
|
To | Gets or sets the next state in the state machine to execute after the transition is completed. |
|
Trigger | Gets or sets the activity whose completion activates this transition. |