ConfigurationNode Methods

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The ConfigurationNode type exposes the following members.

Methods

  Name Description
Public method AddNode
Add a node to the current node's collection.
Public method ClearChildNodes
Clear the Nodes collection.
Public method CompareTo
Compares the specified node to the current node based on the value of the property.
Public method Dispose Overloaded.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveAfter
Moves the specified child node immediately after the specified reference node.
Public method MoveBefore
Moves the specified node immediately before the specified reference node.
Protected method OnChildAdded

Raises the event.

Protected method OnChildAdding

Raises the event.

Protected method OnChildMoved

Raises the event.

Protected method OnChildRemoved

Raises the event.

Protected method OnChildRemoving

Raises the event.

Protected method OnRemoved

Raises the event.

Protected method OnRemoving

Raises the event.

Protected method OnRenamed

Raises the event.

Protected method OnRenaming

Raises the event.

Public method Remove
Removes the current node from its parent node.
Public method RemoveNode
Remove a specific node from the current node's collection.
Protected method Rename Overloaded.
Public method ToString
Creates and returns a string representation of the current node.
(Overrides Object.ToString().)
Public method Validate
Perform custom validation for this node.

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IComparable.CompareTo
Compares the specified node to the current node based on the value of the property.

See Also

ConfigurationNode Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.