The Transition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Transition | Initializes a new instance of the Transition class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Fire()()()() |
Fires this transition.
| |
| Fire(Object, EventArgs) |
Fires this transition. (Event handler signature)
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAction |
Raises the Action event.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Delay |
Gets or sets the time delay.
| |
| FireAlways |
Gets or sets a value indicating whether this transition should fire always.
| |
| Guard |
Gets or sets the guard predicate.
| |
| Name |
Gets or sets the name of the state.
| |
| SourceState |
Gets or sets the source state.
| |
| TargetState |
Gets or sets the target state.
|
Events
| Name | Description | |
|---|---|---|
| Action |
Event raised when the transitions is performed.
|