C# 클래스 IrcShark.Settings

상속: IXmlSerializable
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

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