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 | |
---|---|---|
ConfigurationUIHierarchy |
Initialize a new instance of the ConfigurationUIHierarchy class.
|
Methods
Name | Description | |
---|---|---|
AddNode |
Add a node to the hierarchy.
|
|
BuildConfigurationSource |
Builds an IConfigurationSource from the configuration settings of the current application configuration node.
|
|
ContainsNodeType | Overloaded. | |
Dispose |
Releases the unmanaged resources used by the ConfigurationUIHierarchy and optionally releases the managed resources.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindNodeById | ||
FindNodeByName |
Finds nodes by their .
|
|
FindNodeByPath |
Finds a node via it's path.
|
|
FindNodeByType | Overloaded. | |
FindNodesByType | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetService |
Gthe requested service.
|
|
GetType | (Inherited from Object.) | |
Load |
Loads all available configuration available for the application.
|
|
MemberwiseClone | (Inherited from Object.) | |
Open |
Opens the application and loads it's configuration.
|
|
RemoveNode |
Remove a node from the hierarchy.
|
|
RenameNode |
Renames a node in the hierarchy.
|
|
Save |
Save the application and all it's configuration.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConfigurationParameter |
Gets the IConfigurationParameter for the current hierarchy.
|
|
ConfigurationSource |
Gets the IConfigurationSource for the current hierarchy.
|
|
Id |
Gets a unique id for the hierarchy.
|
|
RootNode |
Gets the root node for the hierarchy.
|
|
SelectedNode |
Gets or sets the currently selected node in the hierarchy.
|
|
StorageService |
Gets the IStorageService for the current hierarchy.
|
Events
Name | Description | |
---|---|---|
Saved |
Occurs after the hierarchy is saved.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IContainer.Components |
Gets all the components in the IContainer.
|
|
IContainer.Remove |
Removes a component from the IContainer.
|
|
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. |