C# Class DynamicJson.JsonObject

Inheritance: JsonValue
Afficher le fichier Open project: pieterbreed/Dynamic-Json-for-.NET

Méthodes publiques

Méthode Description
Add ( JsonValue>.KeyValuePair kvp ) : void
Add ( string s, JsonValue v ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
Has ( string memberName ) : bool
JsonObject ( JsonValue>.IEnumerable pairs ) : System
MakePrintValue ( ) : string
Parse ( Stream stream ) : JsonObject
Parse ( string s ) : JsonObject
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TrySetMember ( SetMemberBinder binder, object value ) : bool
this ( string s ) : JsonValue

Private Methods

Méthode Description
ObjectContracts ( ) : void
ParseANTLRStream ( Antlr.Runtime.ANTLRStringStream inputStream ) : JsonObject

Method Details

Add() public méthode

public Add ( JsonValue>.KeyValuePair kvp ) : void
kvp JsonValue>.KeyValuePair
Résultat void

Add() public méthode

public Add ( string s, JsonValue v ) : void
s string
v JsonValue
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Has() public méthode

public Has ( string memberName ) : bool
memberName string
Résultat bool

JsonObject() public méthode

public JsonObject ( JsonValue>.IEnumerable pairs ) : System
pairs JsonValue>.IEnumerable
Résultat System

MakePrintValue() public méthode

public MakePrintValue ( ) : string
Résultat string

Parse() public static méthode

public static Parse ( Stream stream ) : JsonObject
stream Stream
Résultat JsonObject

Parse() public static méthode

public static Parse ( string s ) : JsonObject
s string
Résultat JsonObject

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool

TrySetMember() public méthode

public TrySetMember ( SetMemberBinder binder, object value ) : bool
binder System.Dynamic.SetMemberBinder
value object
Résultat bool

this() public méthode

public this ( string s ) : JsonValue
s string
Résultat JsonValue