C# Class Prebuild.Core.Nodes.OptionsNode

Inheritance: DataNode
Datei anzeigen Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
FlagDefined ( string name ) : void
OptionsNode ( ) : System

Initializes the OptionsNode class.

SetOption ( string nodeName, string val ) : void

Method Details

CopyTo() public method

Copies to.
public CopyTo ( OptionsNode opt ) : void
opt OptionsNode The opt.
return void

Parse() public method

Parses the specified node.
public Parse ( XmlNode node ) : void
node XmlNode The node.
return void

this() public method

Gets the Object at the specified index.
public this ( string index ) : object
index string
return object

this() public method

Gets the Object at the specified index.
public this ( string index, object defaultValue ) : object
index string
defaultValue object
return object