C# Class ntest.Utils

Afficher le fichier Open project: bricel/DrutNet

Méthodes publiques

Méthode Description
GetLocales ( ) : string[]
Parse ( XmlDocument xdoc, Type valueType, MappingAction action, Type &parsedType, Type &parsedArrayType ) : object
Parse ( XmlDocument xdoc, Type valueType, MappingAction action, XmlRpcSerializer serializer, Type &parsedType, Type &parsedArrayType ) : object
Parse ( string xml, Type valueType, MappingAction action, Type &parsedType, Type &parsedArrayType ) : object
Parse ( string xml, Type valueType, MappingAction action, XmlRpcSerializer serializer, Type &parsedType, Type &parsedArrayType ) : object
Serialize ( string testName, object obj, Encoding encoding, MappingAction action ) : XmlDocument
SerializeToString ( string testName, object obj, MappingAction action ) : string

Method Details

GetLocales() public static méthode

public static GetLocales ( ) : string[]
Résultat string[]

Parse() public static méthode

public static Parse ( XmlDocument xdoc, Type valueType, MappingAction action, Type &parsedType, Type &parsedArrayType ) : object
xdoc System.Xml.XmlDocument
valueType System.Type
action MappingAction
parsedType System.Type
parsedArrayType System.Type
Résultat object

Parse() public static méthode

public static Parse ( XmlDocument xdoc, Type valueType, MappingAction action, XmlRpcSerializer serializer, Type &parsedType, Type &parsedArrayType ) : object
xdoc System.Xml.XmlDocument
valueType System.Type
action MappingAction
serializer CookComputing.XmlRpc.XmlRpcSerializer
parsedType System.Type
parsedArrayType System.Type
Résultat object

Parse() public static méthode

public static Parse ( string xml, Type valueType, MappingAction action, Type &parsedType, Type &parsedArrayType ) : object
xml string
valueType System.Type
action MappingAction
parsedType System.Type
parsedArrayType System.Type
Résultat object

Parse() public static méthode

public static Parse ( string xml, Type valueType, MappingAction action, XmlRpcSerializer serializer, Type &parsedType, Type &parsedArrayType ) : object
xml string
valueType System.Type
action MappingAction
serializer CookComputing.XmlRpc.XmlRpcSerializer
parsedType System.Type
parsedArrayType System.Type
Résultat object

Serialize() public static méthode

public static Serialize ( string testName, object obj, Encoding encoding, MappingAction action ) : XmlDocument
testName string
obj object
encoding System.Text.Encoding
action MappingAction
Résultat System.Xml.XmlDocument

SerializeToString() public static méthode

public static SerializeToString ( string testName, object obj, MappingAction action ) : string
testName string
obj object
action MappingAction
Résultat string