| IStateMachineTemplateVisitor Methods |
The IStateMachineTemplateVisitor type exposes the following members.
| Name | Description | |
|---|---|---|
| EndRegion |
This method will be called after a Region object was
encountered while traversing a StateMachineTemplate with
the PassThrough() method.
| |
| EndState |
This method will be called after a State object was
encountered while traversing a StateMachineTemplate with
the PassThrough() method.
| |
| Region |
This method will be called when a Region object is
encountered while traversing a StateMachineTemplate with
the PassThrough() method.
| |
| State |
This method will be called when a State object is
encountered while traversing a StateMachineTemplate with
the PassThrough() method.
| |
| Transition |
This method will be called when a Transition object is
encountered while traversing a StateMachineTemplate with
the PassThrough() method.
|