C# Class Microsoft.HockeyApp.Extensibility.Implementation.JsonWriter.EmptyObjectDetector

Inheritance: IJsonWriter
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
WriteComma ( ) : void
WriteEndArray ( ) : void
WriteEndObject ( ) : void
WriteProperty ( string name, DateTimeOffset value ) : void
WriteProperty ( string name, double>.IDictionary value ) : void
WriteProperty ( string name, string>.IDictionary value ) : void
WriteProperty ( string name, IJsonSerializable value ) : void
WriteProperty ( string name, System.TimeSpan value ) : void
WriteProperty ( string name, bool value ) : void
WriteProperty ( string name, double value ) : void
WriteProperty ( string name, int value ) : void
WriteProperty ( string name, string value ) : void
WritePropertyName ( string name ) : void
WriteRawValue ( object value ) : void
WriteStartArray ( ) : void
WriteStartObject ( ) : void

Method Details

WriteComma() public méthode

public WriteComma ( ) : void
Résultat void

WriteEndArray() public méthode

public WriteEndArray ( ) : void
Résultat void

WriteEndObject() public méthode

public WriteEndObject ( ) : void
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, DateTimeOffset value ) : void
name string
value DateTimeOffset
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, double>.IDictionary value ) : void
name string
value double>.IDictionary
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, string>.IDictionary value ) : void
name string
value string>.IDictionary
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, IJsonSerializable value ) : void
name string
value IJsonSerializable
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, System.TimeSpan value ) : void
name string
value System.TimeSpan
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, bool value ) : void
name string
value bool
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, double value ) : void
name string
value double
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, int value ) : void
name string
value int
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, string value ) : void
name string
value string
Résultat void

WritePropertyName() public méthode

public WritePropertyName ( string name ) : void
name string
Résultat void

WriteRawValue() public méthode

public WriteRawValue ( object value ) : void
value object
Résultat void

WriteStartArray() public méthode

public WriteStartArray ( ) : void
Résultat void

WriteStartObject() public méthode

public WriteStartObject ( ) : void
Résultat void