C# Class ConfigurationNode, DataCommander

Afficher le fichier Open project: csbernath/DataCommander Class Usage Examples

Méthodes publiques

Méthode Description
AddChildNode ( ConfigurationNode, childNode ) : void
Clone ( ) : ConfigurationNode,
ConfigurationNode ( string name ) : System,
CreateNode ( string nodeName ) : ConfigurationNode,
InsertChildNode ( int index, ConfigurationNode, childNode ) : void
RemoveChildNode ( ConfigurationNode, childNode ) : void
SelectNode ( string path ) : ConfigurationNode,

Finds recursively a node under the node.

Method Details

AddChildNode() public méthode

public AddChildNode ( ConfigurationNode, childNode ) : void
childNode ConfigurationNode,
Résultat void

Clone() public méthode

public Clone ( ) : ConfigurationNode,
Résultat ConfigurationNode,

ConfigurationNode() public méthode

public ConfigurationNode ( string name ) : System,
name string
Résultat System,

CreateNode() public méthode

public CreateNode ( string nodeName ) : ConfigurationNode,
nodeName string
Résultat ConfigurationNode,

InsertChildNode() public méthode

public InsertChildNode ( int index, ConfigurationNode, childNode ) : void
index int
childNode ConfigurationNode,
Résultat void

RemoveChildNode() public méthode

public RemoveChildNode ( ConfigurationNode, childNode ) : void
childNode ConfigurationNode,
Résultat void

SelectNode() public méthode

Finds recursively a node under the node.
public SelectNode ( string path ) : ConfigurationNode,
path string Name of the child node. /// The name can contains path delimiters.
Résultat ConfigurationNode,