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 | |
---|---|---|
AddNode |
When implemented by a class, add a node to the hierarchy.
|
|
BuildConfigurationSource |
When implemented by a class, builds an IConfigurationSource from the configuration settings of the current application configuration node.
|
|
ContainsNodeType | Overloaded. | |
Dispose | (Inherited from IDisposable.) | |
FindNodeById | ||
FindNodeByName |
When implemented by a class, finds nodes by their .
|
|
FindNodeByPath |
When implemented by a class, finds a node via it's path.
|
|
FindNodeByType | Overloaded. | |
FindNodesByType | Overloaded. | |
GetService |
When implemented by a class, gets the requested service.
|
|
Load |
When implemented by a class, loads all available configuration available for the application.
|
|
Open |
When implemented by a class, opens the application and loads it's configuration.
|
|
RemoveNode |
When implemented by a class, remove a node from the hierarchy.
|
|
RenameNode |
When implemented by a class, renames a node in the hierarchy.
|
|
Save |
When implemented by a class, save the application and all it's configuration.
|
Properties
Name | Description | |
---|---|---|
ConfigurationParameter |
When implemented by a class, gets the IConfigurationParameter for the current hierarchy.
|
|
ConfigurationSource |
When implemented by a class, gets the IConfigurationSource for the current hierarchy.
|
|
Id |
When implemented by a class, gets a unique id for the hierarchy.
|
|
RootNode |
When implemented by a class, gets the root node for the hierarchy.
|
|
SelectedNode |
When implemented by a class, gets or sets the currently selected node in the hierarchy.
|
|
StorageService |
When implemented by a class, gets the IStorageService for the current hierarchy.
|
Events
Name | Description | |
---|---|---|
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. |