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] |
Properties inherited from LitJson.IJsonWrapper | |
bool | IsArray [get] |
bool | IsBoolean [get] |
bool | IsDouble [get] |
bool | IsInt [get] |
bool | IsLong [get] |
bool | IsObject [get] |
bool | IsString [get] |
Definition at line 22 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 32 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 33 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 34 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 35 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 36 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 37 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 39 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 40 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 41 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 42 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 43 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 44 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 46 of file JsonMockWrapper.cs.
|
inline |
Implements LitJson.IJsonWrapper.
Definition at line 47 of file JsonMockWrapper.cs.
|
get |
Definition at line 24 of file JsonMockWrapper.cs.
|
get |
Definition at line 25 of file JsonMockWrapper.cs.
|
get |
Definition at line 26 of file JsonMockWrapper.cs.
|
get |
Definition at line 27 of file JsonMockWrapper.cs.
|
get |
Definition at line 28 of file JsonMockWrapper.cs.
|
get |
Definition at line 29 of file JsonMockWrapper.cs.
|
get |
Definition at line 30 of file JsonMockWrapper.cs.