C# Class Jayrock.Json.Conversion.TestJsonDefaultValueAttribute

Datei anzeigen Open project: atifaziz/Jayrock

Private Methods

Method Description
AssertInitialization ( object value ) : void
BooleanInitialization ( ) : void
ByteInitialization ( ) : void
CharInitialization ( ) : void
CreatePropertyExporter ( string name, int value, int defaultValue ) : IObjectMemberExporter
DoesNotExportPropertyValueWhenEqualsSpecfiedDefault ( ) : void
DoubleInitialization ( ) : void
ExportsPropertyValueWhenNotEqualsSpecfiedDefault ( ) : void
Int16Initialization ( ) : void
Int32Initialization ( ) : void
Int64Initialization ( ) : void
ObjectInitialization ( ) : void
PropertyDescriptorCustomizedAsJsonObjectMemberExporter ( ) : void
PropertyDescriptorNotCustomizedWhenDefaultValueIsNull ( ) : void
ResetValue ( ) : void
SingleInitialization ( ) : void
StringInitialization ( ) : void
ThrowsWhenExportingWithNullContext ( ) : void
ThrowsWhenExportingWithNullSource ( ) : void
ThrowsWhenExportingWithNullWriter ( ) : void
TypedInitialization ( ) : void