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

XML URI.
상속: IXmlSerializable
파일 보기 프로젝트 열기: aegif/CmisSync

공개 메소드들

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

Get schema.

ReadXml ( XmlReader reader ) : void

Read XML.

ToString ( ) : string

String representation of the URI.

WriteXml ( XmlWriter writer ) : void

Write XML.

XmlUri ( ) : System

Constructor.

XmlUri ( Uri source ) : System

Constructor.

메소드 상세

GetSchema() 공개 메소드

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

ReadXml() 공개 메소드

Read XML.
public ReadXml ( XmlReader reader ) : void
reader XmlReader
리턴 void

ToString() 공개 메소드

String representation of the URI.
public ToString ( ) : string
리턴 string

WriteXml() 공개 메소드

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

XmlUri() 공개 메소드

Constructor.
public XmlUri ( ) : System
리턴 System

XmlUri() 공개 메소드

Constructor.
public XmlUri ( Uri source ) : System
source System.Uri
리턴 System