C# Class Gammtek.Conduit.Xml.Linq.XmlBaseUriAnnotation

Inheritance: IXmlSerializable
Mostrar archivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
ToString ( ) : string
WriteXml ( XmlWriter writer ) : void
XmlBaseUriAnnotation ( ) : System
XmlBaseUriAnnotation ( Uri baseUri ) : System

Method Details

GetSchema() public method

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

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

ToString() public method

public ToString ( ) : string
return string

WriteXml() public method

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

XmlBaseUriAnnotation() public method

public XmlBaseUriAnnotation ( ) : System
return System

XmlBaseUriAnnotation() public method

public XmlBaseUriAnnotation ( Uri baseUri ) : System
baseUri System.Uri
return System