C# Class Utilities.Json.JsonObject

Inheritance: JsonToken
Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Méthodes publiques

Méthode Description
ContainsField ( string key ) : bool
GetEnumerator ( ) : JsonToken>>.IEnumerator
JsonObject ( ) : System.Collections.Generic
Write ( TextWriter writer, int ident, bool allowIndent ) : void
this ( string key ) : JsonToken

Method Details

ContainsField() public méthode

public ContainsField ( string key ) : bool
key string
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : JsonToken>>.IEnumerator
Résultat JsonToken>>.IEnumerator

JsonObject() public méthode

public JsonObject ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Write() public méthode

public Write ( TextWriter writer, int ident, bool allowIndent ) : void
writer System.IO.TextWriter
ident int
allowIndent bool
Résultat void

this() public méthode

public this ( string key ) : JsonToken
key string
Résultat JsonToken