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

Inheritance: IJsonWriter
Datei anzeigen Open project: bitstadium/HockeySDK-Windows

Public Methods

Method 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 method

public WriteComma ( ) : void
return void

WriteEndArray() public method

public WriteEndArray ( ) : void
return void

WriteEndObject() public method

public WriteEndObject ( ) : void
return void

WriteProperty() public method

public WriteProperty ( string name, DateTimeOffset value ) : void
name string
value DateTimeOffset
return void

WriteProperty() public method

public WriteProperty ( string name, double>.IDictionary value ) : void
name string
value double>.IDictionary
return void

WriteProperty() public method

public WriteProperty ( string name, string>.IDictionary value ) : void
name string
value string>.IDictionary
return void

WriteProperty() public method

public WriteProperty ( string name, IJsonSerializable value ) : void
name string
value IJsonSerializable
return void

WriteProperty() public method

public WriteProperty ( string name, System.TimeSpan value ) : void
name string
value System.TimeSpan
return void

WriteProperty() public method

public WriteProperty ( string name, bool value ) : void
name string
value bool
return void

WriteProperty() public method

public WriteProperty ( string name, double value ) : void
name string
value double
return void

WriteProperty() public method

public WriteProperty ( string name, int value ) : void
name string
value int
return void

WriteProperty() public method

public WriteProperty ( string name, string value ) : void
name string
value string
return void

WritePropertyName() public method

public WritePropertyName ( string name ) : void
name string
return void

WriteRawValue() public method

public WriteRawValue ( object value ) : void
value object
return void

WriteStartArray() public method

public WriteStartArray ( ) : void
return void

WriteStartObject() public method

public WriteStartObject ( ) : void
return void