C# Class Prebuild.Core.Nodes.ConfigurationNode

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

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

CompareTo ( object obj ) : int
ConfigurationNode ( ) : System

Initializes a new instance of the ConfigurationNode class.

CopyTo ( ConfigurationNode conf ) : void

Copies to.

Parse ( XmlNode node ) : void

Parses the specified node.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

ConfigurationNode() public method

Initializes a new instance of the ConfigurationNode class.
public ConfigurationNode ( ) : System
return System

CopyTo() public method

Copies to.
public CopyTo ( ConfigurationNode conf ) : void
conf ConfigurationNode The conf.
return void

Parse() public method

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