Property | Type | Description | |
---|---|---|---|
ExecuteBase | string | ||
PrepareToRemove | void | ||
RaiseAfterAction | void | ||
RaiseAfterActionServerAsync | void | ||
RaiseAfterEvent | void |
Method | Description | |
---|---|---|
CheckState ( ) : string | ||
CheckStateAsync ( Action |
||
CheckStateFlat ( ) : string | ||
ClearDispatcher ( ) : void | ||
Clone ( ) : Result |
||
Dispose ( ) : void | ||
Execute ( string inputState, bool withoutServerEvent ) : string | ||
ExecuteAsync ( Action |
||
ExecuteFlat ( string inputState ) : string | ||
ForAllActionAndChecker ( Action | ||
KillDispatcher ( ) : void | ||
Refresh ( ) : void | ||
RemoveAction ( |
||
RemoveChecker ( |
||
Scenario ( ) : System | ||
StartDispatcher ( ) : void |
Method | Description | |
---|---|---|
ExecuteBase ( string inputState, bool withoutServerEvent ) : string | ||
PrepareToRemove ( ) : void | ||
RaiseAfterAction ( ) : void | ||
RaiseAfterActionServerAsync ( ) : void | ||
RaiseAfterEvent ( bool withoutServerEvent ) : void |
public CheckStateAsync ( Action |
||
callback | Action |
|
return | void |
public Execute ( string inputState, bool withoutServerEvent ) : string | ||
inputState | string | |
withoutServerEvent | bool | |
return | string |
public ExecuteAsync ( Action |
||
callback | Action |
|
return | void |
public ExecuteFlat ( string inputState ) : string | ||
inputState | string | |
return | string |
public ForAllActionAndChecker ( Action | ||
action | Action | |
return | void |
public RemoveAction ( |
||
actionType | ||
return | bool |
public RemoveChecker ( |
||
checkerType | ||
return | bool |