Space Engineers
Public Member Functions | Properties | List of all members
LitJson.JsonMockWrapper Class Reference
Inheritance diagram for LitJson.JsonMockWrapper:
LitJson.IJsonWrapper

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]
 

Detailed Description

Definition at line 22 of file JsonMockWrapper.cs.

Member Function Documentation

bool LitJson.JsonMockWrapper.GetBoolean ( )
inline

Implements LitJson.IJsonWrapper.

Definition at line 32 of file JsonMockWrapper.cs.

double LitJson.JsonMockWrapper.GetDouble ( )
inline

Implements LitJson.IJsonWrapper.

Definition at line 33 of file JsonMockWrapper.cs.

int LitJson.JsonMockWrapper.GetInt ( )
inline

Implements LitJson.IJsonWrapper.

Definition at line 34 of file JsonMockWrapper.cs.

JsonType LitJson.JsonMockWrapper.GetJsonType ( )
inline

Implements LitJson.IJsonWrapper.

Definition at line 35 of file JsonMockWrapper.cs.

long LitJson.JsonMockWrapper.GetLong ( )
inline

Implements LitJson.IJsonWrapper.

Definition at line 36 of file JsonMockWrapper.cs.

string LitJson.JsonMockWrapper.GetString ( )
inline

Implements LitJson.IJsonWrapper.

Definition at line 37 of file JsonMockWrapper.cs.

void LitJson.JsonMockWrapper.SetBoolean ( bool  val)
inline

Implements LitJson.IJsonWrapper.

Definition at line 39 of file JsonMockWrapper.cs.

void LitJson.JsonMockWrapper.SetDouble ( double  val)
inline

Implements LitJson.IJsonWrapper.

Definition at line 40 of file JsonMockWrapper.cs.

void LitJson.JsonMockWrapper.SetInt ( int  val)
inline

Implements LitJson.IJsonWrapper.

Definition at line 41 of file JsonMockWrapper.cs.

void LitJson.JsonMockWrapper.SetJsonType ( JsonType  type)
inline

Implements LitJson.IJsonWrapper.

Definition at line 42 of file JsonMockWrapper.cs.

void LitJson.JsonMockWrapper.SetLong ( long  val)
inline

Implements LitJson.IJsonWrapper.

Definition at line 43 of file JsonMockWrapper.cs.

void LitJson.JsonMockWrapper.SetString ( string  val)
inline

Implements LitJson.IJsonWrapper.

Definition at line 44 of file JsonMockWrapper.cs.

string LitJson.JsonMockWrapper.ToJson ( )
inline

Implements LitJson.IJsonWrapper.

Definition at line 46 of file JsonMockWrapper.cs.

void LitJson.JsonMockWrapper.ToJson ( JsonWriter  writer)
inline

Implements LitJson.IJsonWrapper.

Definition at line 47 of file JsonMockWrapper.cs.

Property Documentation

bool LitJson.JsonMockWrapper.IsArray
get

Definition at line 24 of file JsonMockWrapper.cs.

bool LitJson.JsonMockWrapper.IsBoolean
get

Definition at line 25 of file JsonMockWrapper.cs.

bool LitJson.JsonMockWrapper.IsDouble
get

Definition at line 26 of file JsonMockWrapper.cs.

bool LitJson.JsonMockWrapper.IsInt
get

Definition at line 27 of file JsonMockWrapper.cs.

bool LitJson.JsonMockWrapper.IsLong
get

Definition at line 28 of file JsonMockWrapper.cs.

bool LitJson.JsonMockWrapper.IsObject
get

Definition at line 29 of file JsonMockWrapper.cs.

bool LitJson.JsonMockWrapper.IsString
get

Definition at line 30 of file JsonMockWrapper.cs.


The documentation for this class was generated from the following file: