C# Class CmisSync.Lib.Config.XmlUri

Inheritance: IXmlSerializable
Mostra file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
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.

Method Details

GetSchema() public method

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

ReadXml() public method

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

ToString() public method

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

WriteXml() public method

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

XmlUri() public method

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

XmlUri() public method

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