C# Class Mueller.Wddx.DataSetDeserializer

Deserializes a WDDX recordset into a DataSet object.
This class is a Singleton class - only one instance of it will ever exist in a given AppDomain.
Inheritance: IWddxElementDeserializer
Afficher le fichier Open project: Bilal-S/WDDX.net

Méthodes publiques

Свойство Type Description
instance DataSetDeserializer

Méthodes publiques

Méthode Description
ParseElement ( XmlReader input ) : object

Parses the WDDX element and returns the deserialized content as a DataSet object, advancing the reader to the next element.

Private Methods

Méthode Description
DataSetDeserializer ( ) : System

Method Details

ParseElement() public méthode

Parses the WDDX element and returns the deserialized content as a DataSet object, advancing the reader to the next element.
public ParseElement ( XmlReader input ) : object
input System.Xml.XmlReader The pre-initialized pointing to the WDDX to be parsed.
Résultat object

Property Details

instance public_oe static_oe property

public static DataSetDeserializer,Mueller.Wddx instance
Résultat DataSetDeserializer