C# Класс Prebuild.Core.Nodes.OptionsNode

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

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

Метод Описание
CopyTo ( OptionsNode opt ) : void

Copies to.

Parse ( XmlNode node ) : void

Parses the specified node.

this ( string index ) : object

Gets the Object at the specified index.

this ( string index, object defaultValue ) : object

Gets the Object at the specified index.

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

Метод Описание
FlagDefined ( string name ) : void
OptionsNode ( ) : System

Initializes the OptionsNode class.

SetOption ( string nodeName, string val ) : void

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

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

Copies to.
public CopyTo ( OptionsNode opt ) : void
opt OptionsNode The opt.
Результат void

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

Parses the specified node.
public Parse ( XmlNode node ) : void
node XmlNode The node.
Результат void

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

Gets the Object at the specified index.
public this ( string index ) : object
index string
Результат object

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

Gets the Object at the specified index.
public this ( string index, object defaultValue ) : object
index string
defaultValue object
Результат object