Method | Description | |
---|---|---|
GetCmd ( ) : string |
Get the command name. Mandatory.
|
|
GetFilter ( ) : |
||
GetParams ( ) : JToken |
Get params thrown to the hserver.
|
|
HCommand ( ) : System | ||
HCommand ( Newtonsoft.Json.Linq.JObject jsonObj ) : System | ||
HCommand ( string cmd, JToken @params, |
||
SetCmd ( string cmd ) : void |
Set the command name. Mandatory.
|
|
SetFilter ( |
||
SetParams ( JToken @params ) : void |
Set params thrown to the hserver.
|
public HCommand ( Newtonsoft.Json.Linq.JObject jsonObj ) : System | ||
jsonObj | Newtonsoft.Json.Linq.JObject | |
return | System |
public HCommand ( string cmd, JToken @params, |
||
cmd | string | |
@params | JToken | |
filter | ||
return | System |
public SetFilter ( |
||
filter | ||
return | void |