C# Класс CmisSync.Lib.Config.XmlUri

Наследование: IXmlSerializable
Показать файл Открыть проект

Открытые методы

Метод Описание
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