C# Class CmisSync.Lib.Config.XmlUri

Inheritance: IXmlSerializable
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode 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 méthode

Gets the schema.
public GetSchema ( ) : System.Xml.Schema.XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

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

ToString() public méthode

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

WriteXml() public méthode

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

XmlUri() public méthode

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

XmlUri() public méthode

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