C# Class CmisSync.Lib.Config.XmlUri

XML URI.
Inheritance: IXmlSerializable
Mostrar archivo Open project: aegif/CmisSync

Public Methods

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

Method Details

GetSchema() public method

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

ReadXml() public method

Read XML.
public ReadXml ( XmlReader reader ) : void
reader XmlReader
return void

ToString() public method

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

WriteXml() public method

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

XmlUri() public method

Constructor.
public XmlUri ( ) : System
return System

XmlUri() public method

Constructor.
public XmlUri ( Uri source ) : System
source System.Uri
return System