C# Класс IrcShark.Settings

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

Private Properties

Свойство Тип Описание
ReadConfiguration void
ReadDirectoryList void
ReadLibraryDirectory void
ReadLoadedExtensions void
ReadLoggingSettings void
WriteDirectoryList void
WriteLoadedExtensions void
WriteLoggingSettings void

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

Метод Описание
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void

Reads the complete instance from an XmlReader.

Settings ( ) : System

Initializes a new instance of the Settings class.

WriteXml ( XmlWriter writer ) : void

Serializes the Settings to xml.

Приватные методы

Метод Описание
ReadConfiguration ( XmlReader reader ) : void

Reads the configuration form an XmlReader.

ReadDirectoryList ( XmlReader reader, DirectoryCollection dirs ) : void

Reads a list of directorys.

ReadLibraryDirectory ( XmlReader reader ) : void

Read the configuread library directory.

ReadLoadedExtensions ( XmlReader reader ) : void

Reads the list of loaded extensions.

ReadLoggingSettings ( XmlReader reader ) : void

Reads the logging settings.

WriteDirectoryList ( XmlWriter writer, string tag, DirectoryCollection dirs ) : void
WriteLoadedExtensions ( XmlWriter writer, ExtensionInfo loaded ) : void
WriteLoggingSettings ( XmlWriter writer, LogHandlerSetting settings ) : void

Writes the logging settings to the XmlWriter.

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

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

public GetSchema ( ) : XmlSchema
Результат System.Xml.Schema.XmlSchema

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

Reads the complete instance from an XmlReader.
public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader The reader to read from.
Результат void

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

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

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

Serializes the Settings to xml.
public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter The writer to write the settings to.
Результат void