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

Provieds the IXmlSerializable interface for an entire database. Not thread save
Inheritance: IXmlSerializable
Datei anzeigen Open project: JPVenson/DataAccess

Public Methods

Method Description
DataContent ( ) : System
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
WriteXml ( XmlWriter writer ) : void

Private Methods

Method Description
DataContent ( LocalDbManager instance ) : System

Method Details

DataContent() public method

public DataContent ( ) : System
return System

GetSchema() public method

public GetSchema ( ) : XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader XmlReader
return void

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void