ConfigurationNode Members
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.
Constructors
Name | Description | |
---|---|---|
ConfigurationNode | Overloaded. |
Methods
Name | Description | |
---|---|---|
AddNode |
Add a node to the current node's collection.
|
|
ClearChildNodes |
Clear the Nodes collection.
|
|
CompareTo |
Compares the specified node to the current node based on the value of the property.
|
|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveAfter |
Moves the specified child node immediately after the specified reference node.
|
|
MoveBefore |
Moves the specified node immediately before the specified reference node.
|
|
OnChildAdded | Raises the event. |
|
OnChildAdding | Raises the event. |
|
OnChildMoved | Raises the event. |
|
OnChildRemoved | Raises the event. |
|
OnChildRemoving | Raises the event. |
|
OnRemoved | Raises the event. |
|
OnRemoving | Raises the event. |
|
OnRenamed | Raises the event. |
|
OnRenaming | Raises the event. |
|
Remove |
Removes the current node from its parent node.
|
|
RemoveNode |
Remove a specific node from the current node's collection.
|
|
Rename | Overloaded. | |
ToString |
Creates and returns a string representation of the current node.
(Overrides Object.ToString().) |
|
Validate |
Perform custom validation for this node.
|
Properties
Name | Description | |
---|---|---|
FirstNode |
Gets the first child node in the node collection.
|
|
Hierarchy |
Gets or sets the IConfigurationUIHierarchy containing this node.
|
|
Id |
Gets a runtime-generated, non-persisted unique identifier for this node.
|
|
Index |
Gets the position of this node in the .
|
|
LastNode |
Gets the first child node in the node collection.
|
|
Name |
Gets or sets the name of the node.
|
|
NextSibling |
Gets the node immediately following this node.
|
|
Nodes |
Gets the collection of ConfigurationNode objects assigned to the current configuration node.
|
|
Parent |
Gets the parent configuration node of the the current configuration node.
|
|
Path |
Gets the path from the root node to the current node.
|
|
PreviousSibling |
Gets the node immediately preceding this node.
|
|
Site |
Gets or sets the ISite for the node.
|
|
SortChildren |
Gets if children added to the node are sorted.
|
Events
Name | Description | |
---|---|---|
ChildAdded |
Occurs after a child node is added to the current node.
|
|
ChildAdding |
Occurs after a child node is added to the current node.
|
|
ChildMoved |
Occurs after a child node is moved from its parent's node collection.
|
|
ChildRemoved |
Occurs after a child node of the current node is removed.
|
|
ChildRemoving |
Occurs before a child node of the current node is removed.
|
|
Disposed |
Occurs after the current node is disposed.
|
|
Removed |
Occurs after the current node is removed from its parent's node collection.
|
|
Removing |
Occurs before the current node is removed from its parent's node collection.
|
|
Renamed |
Occurs after the name of the current node changes.
|
|
Renaming |
Occurs after the name of the current node changes.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComparable.CompareTo |
Compares the specified node to the current node based on the value of the property.
|
See Also
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. |