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

Inheritance: ResponseBuilder
Afficher le fichier Open project: dnnsharp/DynamicRotator

Méthodes publiques

Méthode 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 méthode

public BeginArray ( ) : void
Résultat void

BeginArray() public méthode

public BeginArray ( string objName ) : void
objName string
Résultat void

BeginObject() public méthode

public BeginObject ( ) : void
Résultat void

BeginObject() public méthode

public BeginObject ( string objName ) : void
objName string
Résultat void

EndArray() public méthode

public EndArray ( ) : void
Résultat void

EndObject() public méthode

public EndObject ( ) : void
Résultat void

IsNumeric() public static méthode

public static IsNumeric ( object o ) : bool
o object
Résultat bool

QuickWriteObject() public méthode

public QuickWriteObject ( string objectName, string propName, object value ) : void
objectName string
propName string
value object
Résultat void

QuickWriteObject() public méthode

public QuickWriteObject ( string objectName, string propName1, object value1, string propName2, object value2 ) : void
objectName string
propName1 string
value1 object
propName2 string
value2 object
Résultat void

SerializeNumber() public static méthode

public static SerializeNumber ( double number ) : string
number double
Résultat string

SerializeString() public static méthode

public static SerializeString ( string s ) : string
s string
Résultat string

SerializeValue() public static méthode

public static SerializeValue ( object value ) : string
value object
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteProperty() public méthode

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

WritePropertyLiteral() public méthode

public WritePropertyLiteral ( string propName, string strValue ) : void
propName string
strValue string
Résultat void

WriteValue() public méthode

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

XmlResponseWriter() public méthode

public XmlResponseWriter ( ) : System
Résultat System