Share via


ConfigurationUIHierarchy 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 ConfigurationUIHierarchy type exposes the following members.

Constructors

  Name Description
Public method ConfigurationUIHierarchy
Initialize a new instance of the ConfigurationUIHierarchy class.

Methods

  Name Description
Public method AddNode
Add a node to the hierarchy.
Public method BuildConfigurationSource
Builds an IConfigurationSource from the configuration settings of the current application configuration node.
Public method ContainsNodeType Overloaded.
Public method Dispose
Releases the unmanaged resources used by the ConfigurationUIHierarchy and optionally releases the managed resources.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindNodeById
Public method FindNodeByName
Finds nodes by their .
Public method FindNodeByPath
Finds a node via it's path.
Public method FindNodeByType Overloaded.
Public method FindNodesByType Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetService
Gthe requested service.
Public method GetType (Inherited from Object.)
Public method Load
Loads all available configuration available for the application.
Protected method MemberwiseClone (Inherited from Object.)
Public method Open
Opens the application and loads it's configuration.
Public method RemoveNode
Remove a node from the hierarchy.
Public method RenameNode
Renames a node in the hierarchy.
Public method Save
Save the application and all it's configuration.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property ConfigurationParameter
Gets the IConfigurationParameter for the current hierarchy.
Public property ConfigurationSource
Gets the IConfigurationSource for the current hierarchy.
Public property Id
Gets a unique id for the hierarchy.
Public property RootNode
Gets the root node for the hierarchy.
Public property SelectedNode
Gets or sets the currently selected node in the hierarchy.
Public property StorageService
Gets the IStorageService for the current hierarchy.

Events

  Name Description
Public event Saved
Occurs after the hierarchy is saved.

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IContainer.Components
Gets all the components in the IContainer.
Explicit interface implemetationPrivate method IContainer.Remove
Removes a component from the IContainer.
Public method Add Overloaded.

See Also

ConfigurationUIHierarchy 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.