Property | Type | Description | |
---|---|---|---|
transitions |
Method | Description | |
---|---|---|
AddChildState ( |
||
AddTransition ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ProcessEvent ( |
||
State ( object id, |
||
ToString ( ) : string | ||
TraverseDown ( |
||
TraverseUp ( |
Method | Description | |
---|---|---|
DispatchDefaults ( ) : |
||
Enter ( |
||
Exit ( |
public AddChildState ( |
||
substate | ||
return | void |
public AddTransition ( |
||
transition | ||
return | void |
protected Enter ( |
||
transition | ||
return | void |
protected Exit ( |
||
transition | ||
return | void |
public ProcessEvent ( |
||
originalState | ||
eventToProcess | ||
return |
public State ( object id, |
||
id | object | |
parent | ||
return | System |
public TraverseDown ( |
||
transitionEvent | ||
return |
public TraverseUp ( |
||
transitionEvent | ||
return |