Share via


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

Methods

  Name Description
Public method AddNode
When implemented by a class, add a node to the hierarchy.
Public method BuildConfigurationSource
When implemented by a class, builds an IConfigurationSource from the configuration settings of the current application configuration node.
Public method ContainsNodeType Overloaded.
Public method Dispose (Inherited from IDisposable.)
Public method FindNodeById
Public method FindNodeByName
When implemented by a class, finds nodes by their .
Public method FindNodeByPath
When implemented by a class, finds a node via it's path.
Public method FindNodeByType Overloaded.
Public method FindNodesByType Overloaded.
Public method GetService
When implemented by a class, gets the requested service.
Public method Load
When implemented by a class, loads all available configuration available for the application.
Public method Open
When implemented by a class, opens the application and loads it's configuration.
Public method RemoveNode
When implemented by a class, remove a node from the hierarchy.
Public method RenameNode
When implemented by a class, renames a node in the hierarchy.
Public method Save
When implemented by a class, save the application and all it's configuration.

Properties

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

Events

  Name Description
Public event Saved
When implemented by a class, occurs after the hierarchy is saved.

See Also

IConfigurationUIHierarchy Interface

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.