Space Engineers
|
Public Member Functions | |
bool | GetBoolean () |
double | GetDouble () |
int | GetInt () |
JsonType | GetJsonType () |
long | GetLong () |
string | GetString () |
void | SetBoolean (bool val) |
void | SetDouble (double val) |
void | SetInt (int val) |
void | SetJsonType (JsonType type) |
void | SetLong (long val) |
void | SetString (string val) |
string | ToJson () |
void | ToJson (JsonWriter writer) |
Properties | |
bool | IsArray [get] |
bool | IsBoolean [get] |
bool | IsDouble [get] |
bool | IsInt [get] |
bool | IsLong [get] |
bool | IsObject [get] |
bool | IsString [get] |
Definition at line 35 of file IJsonWrapper.cs.
bool LitJson.IJsonWrapper.GetBoolean | ( | ) |
Implemented in LitJson.JsonMockWrapper.
double LitJson.IJsonWrapper.GetDouble | ( | ) |
Implemented in LitJson.JsonMockWrapper.
int LitJson.IJsonWrapper.GetInt | ( | ) |
Implemented in LitJson.JsonMockWrapper.
JsonType LitJson.IJsonWrapper.GetJsonType | ( | ) |
Implemented in LitJson.JsonData, and LitJson.JsonMockWrapper.
long LitJson.IJsonWrapper.GetLong | ( | ) |
Implemented in LitJson.JsonMockWrapper.
string LitJson.IJsonWrapper.GetString | ( | ) |
Implemented in LitJson.JsonMockWrapper.
void LitJson.IJsonWrapper.SetBoolean | ( | bool | val | ) |
Implemented in LitJson.JsonMockWrapper.
void LitJson.IJsonWrapper.SetDouble | ( | double | val | ) |
Implemented in LitJson.JsonMockWrapper.
void LitJson.IJsonWrapper.SetInt | ( | int | val | ) |
Implemented in LitJson.JsonMockWrapper.
void LitJson.IJsonWrapper.SetJsonType | ( | JsonType | type | ) |
Implemented in LitJson.JsonData, and LitJson.JsonMockWrapper.
void LitJson.IJsonWrapper.SetLong | ( | long | val | ) |
Implemented in LitJson.JsonMockWrapper.
void LitJson.IJsonWrapper.SetString | ( | string | val | ) |
Implemented in LitJson.JsonMockWrapper.
string LitJson.IJsonWrapper.ToJson | ( | ) |
Implemented in LitJson.JsonData, and LitJson.JsonMockWrapper.
void LitJson.IJsonWrapper.ToJson | ( | JsonWriter | writer | ) |
Implemented in LitJson.JsonData, and LitJson.JsonMockWrapper.
|
get |
Definition at line 37 of file IJsonWrapper.cs.
|
get |
Definition at line 38 of file IJsonWrapper.cs.
|
get |
Definition at line 39 of file IJsonWrapper.cs.
|
get |
Definition at line 40 of file IJsonWrapper.cs.
|
get |
Definition at line 41 of file IJsonWrapper.cs.
|
get |
Definition at line 42 of file IJsonWrapper.cs.
|
get |
Definition at line 43 of file IJsonWrapper.cs.