C# Class Prebuild.Core.Nodes.OptionsNode

Inheritance: DataNode
Afficher le fichier Open project: aurora-sim/Aurora-Libs Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
FlagDefined ( string name ) : void
OptionsNode ( ) : System

Initializes the OptionsNode class.

SetOption ( string nodeName, string val ) : void

Method Details

CopyTo() public méthode

Copies to.
public CopyTo ( OptionsNode opt ) : void
opt OptionsNode The opt.
Résultat void

Parse() public méthode

Parses the specified node.
public Parse ( XmlNode node ) : void
node XmlNode The node.
Résultat void

this() public méthode

Gets the Object at the specified index.
public this ( string index ) : object
index string
Résultat object

this() public méthode

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