C# Class JPB.DataAccess.Helper.LocalDb.DataContent

Provieds the IXmlSerializable interface for an entire database. Not thread save
Inheritance: IXmlSerializable
Afficher le fichier Open project: JPVenson/DataAccess

Méthodes publiques

Méthode Description
DataContent ( ) : System
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
WriteXml ( XmlWriter writer ) : void

Private Methods

Méthode Description
DataContent ( LocalDbManager instance ) : System

Method Details

DataContent() public méthode

public DataContent ( ) : System
Résultat System

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader XmlReader
Résultat void

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void