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

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]
 

Detailed Description

Definition at line 35 of file IJsonWrapper.cs.

Member Function Documentation

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 ( )
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)
void LitJson.IJsonWrapper.SetLong ( long  val)

Implemented in LitJson.JsonMockWrapper.

void LitJson.IJsonWrapper.SetString ( string  val)

Implemented in LitJson.JsonMockWrapper.

string LitJson.IJsonWrapper.ToJson ( )
void LitJson.IJsonWrapper.ToJson ( JsonWriter  writer)

Property Documentation

bool LitJson.IJsonWrapper.IsArray
get

Definition at line 37 of file IJsonWrapper.cs.

bool LitJson.IJsonWrapper.IsBoolean
get

Definition at line 38 of file IJsonWrapper.cs.

bool LitJson.IJsonWrapper.IsDouble
get

Definition at line 39 of file IJsonWrapper.cs.

bool LitJson.IJsonWrapper.IsInt
get

Definition at line 40 of file IJsonWrapper.cs.

bool LitJson.IJsonWrapper.IsLong
get

Definition at line 41 of file IJsonWrapper.cs.

bool LitJson.IJsonWrapper.IsObject
get

Definition at line 42 of file IJsonWrapper.cs.

bool LitJson.IJsonWrapper.IsString
get

Definition at line 43 of file IJsonWrapper.cs.


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