C# 클래스 JPB.DataAccess.Helper.LocalDb.DataContent

Provieds the IXmlSerializable interface for an entire database. Not thread save
상속: IXmlSerializable
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 메소드들

메소드 설명
DataContent ( ) : System
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
WriteXml ( XmlWriter writer ) : void

비공개 메소드들

메소드 설명
DataContent ( LocalDbManager instance ) : System

메소드 상세

DataContent() 공개 메소드

public DataContent ( ) : System
리턴 System

GetSchema() 공개 메소드

public GetSchema ( ) : XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

public ReadXml ( XmlReader reader ) : void
reader XmlReader
리턴 void

WriteXml() 공개 메소드

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void