C# 클래스 CmisSync.Lib.Config.XmlUri

상속: IXmlSerializable
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
GetSchema ( ) : System.Xml.Schema.XmlSchema

Gets the schema.

ReadXml ( XmlReader reader ) : void

Reads the xml.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Config.XmlUri.

WriteXml ( XmlWriter writer ) : void

Writes the xml.

XmlUri ( ) : System

Initializes a new instance of the CmisSync.Lib.Config.XmlUri class.

XmlUri ( Uri source ) : System

Initializes a new instance of the CmisSync.Lib.Config.XmlUri class.

메소드 상세

GetSchema() 공개 메소드

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

ReadXml() 공개 메소드

Reads the xml.
public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader /// Xml Reader. ///
리턴 void

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Config.XmlUri.
public ToString ( ) : string
리턴 string

WriteXml() 공개 메소드

Writes the xml.
public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter /// Xml Writer. ///
리턴 void

XmlUri() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Config.XmlUri class.
public XmlUri ( ) : System
리턴 System

XmlUri() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Config.XmlUri class.
public XmlUri ( Uri source ) : System
source System.Uri /// Source uri. ///
리턴 System