Property | Type | Description | |
---|---|---|---|
command | string | ||
msgid | int | ||
success | bool |
Method | Description | |
---|---|---|
MapCommandToType ( string command ) : |
||
Preprocess ( |
Attempts to preprocess text to allow easier mapping to a native object.
|
Method | Description | |
---|---|---|
Command ( ) : System |
public static MapCommandToType ( string command ) : |
||
command | string | |
return |
public static Preprocess ( |
||
serializeTo | The type that we are planning on serializing to. | |
input | string | The input data that we are preprocessing. |
return | string |