C# Класс IrcShark.Extensions.ExtensionInfo

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CompareTo ( ExtensionInfo info ) : bool

Compares this ExtensionInfo with another one.

CompatibleWith ( ExtensionInfo info ) : bool

Checks if the current ExtensionInfo is compatible to the given one.

ExtensionInfo ( ) : System

Initializes a new instance of the ExtensionInfo class.

ExtensionInfo ( ExtensionInfo baseInfo ) : System
ExtensionInfo ( Type extType ) : System

Initializes a new instance of the ExtensionInfo class.

GetSchema ( ) : XmlSchema

Returns the schema for the xml representation of an ExtensionInfo.

ReadXml ( System reader ) : void

Reads all data about an ExtensionInfo from the given XmlReader.

WriteXml ( System writer ) : void

Writes the current ExtensionInfo instance to the given XmlWriter.

Описание методов

CompareTo() публичный Метод

Compares this ExtensionInfo with another one.
public CompareTo ( ExtensionInfo info ) : bool
info ExtensionInfo The ExtensionInfo to compare with.
Результат bool

CompatibleWith() публичный Метод

Checks if the current ExtensionInfo is compatible to the given one.
public CompatibleWith ( ExtensionInfo info ) : bool
info ExtensionInfo /// The ExtensionInfo to check for compatiblity. ///
Результат bool

ExtensionInfo() публичный Метод

Initializes a new instance of the ExtensionInfo class.
public ExtensionInfo ( ) : System
Результат System

ExtensionInfo() публичный Метод

public ExtensionInfo ( ExtensionInfo baseInfo ) : System
baseInfo ExtensionInfo
Результат System

ExtensionInfo() публичный Метод

Initializes a new instance of the ExtensionInfo class.
public ExtensionInfo ( Type extType ) : System
extType System.Type The type to create the ExtensionInfo from.
Результат System

GetSchema() публичный Метод

Returns the schema for the xml representation of an ExtensionInfo.
public GetSchema ( ) : XmlSchema
Результат XmlSchema

ReadXml() публичный Метод

Reads all data about an ExtensionInfo from the given XmlReader.
public ReadXml ( System reader ) : void
reader System /// The to read the data from. ///
Результат void

WriteXml() публичный Метод

Writes the current ExtensionInfo instance to the given XmlWriter.
public WriteXml ( System writer ) : void
writer System /// The XmlWriter to write to . ///
Результат void