C# Class avt.DynamicFlashRotator.Net.Serialization.XmlResponseWriter

Inheritance: ResponseBuilder
Datei anzeigen Open project: dnnsharp/DynamicRotator

Public Methods

Method Description
BeginArray ( ) : void
BeginArray ( string objName ) : void
BeginObject ( ) : void
BeginObject ( string objName ) : void
EndArray ( ) : void
EndObject ( ) : void
IsNumeric ( object o ) : bool
QuickWriteObject ( string objectName, string propName, object value ) : void
QuickWriteObject ( string objectName, string propName1, object value1, string propName2, object value2 ) : void
SerializeNumber ( double number ) : string
SerializeString ( string s ) : string
SerializeValue ( object value ) : string
ToString ( ) : string
WriteProperty ( string propName, object value ) : void
WritePropertyLiteral ( string propName, string strValue ) : void
WriteValue ( object value ) : void
XmlResponseWriter ( ) : System

Method Details

BeginArray() public method

public BeginArray ( ) : void
return void

BeginArray() public method

public BeginArray ( string objName ) : void
objName string
return void

BeginObject() public method

public BeginObject ( ) : void
return void

BeginObject() public method

public BeginObject ( string objName ) : void
objName string
return void

EndArray() public method

public EndArray ( ) : void
return void

EndObject() public method

public EndObject ( ) : void
return void

IsNumeric() public static method

public static IsNumeric ( object o ) : bool
o object
return bool

QuickWriteObject() public method

public QuickWriteObject ( string objectName, string propName, object value ) : void
objectName string
propName string
value object
return void

QuickWriteObject() public method

public QuickWriteObject ( string objectName, string propName1, object value1, string propName2, object value2 ) : void
objectName string
propName1 string
value1 object
propName2 string
value2 object
return void

SerializeNumber() public static method

public static SerializeNumber ( double number ) : string
number double
return string

SerializeString() public static method

public static SerializeString ( string s ) : string
s string
return string

SerializeValue() public static method

public static SerializeValue ( object value ) : string
value object
return string

ToString() public method

public ToString ( ) : string
return string

WriteProperty() public method

public WriteProperty ( string propName, object value ) : void
propName string
value object
return void

WritePropertyLiteral() public method

public WritePropertyLiteral ( string propName, string strValue ) : void
propName string
strValue string
return void

WriteValue() public method

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

XmlResponseWriter() public method

public XmlResponseWriter ( ) : System
return System