Transition Class
Models the list of possible state changes.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Transition() | Initializes a new instance of the Transition class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

