ManageableConfigurationSource 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 ManageableConfigurationSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ManageableConfigurationSource |
Initializes a new instance of the ManageableConfigurationSource class.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a ConfigurationSection to the configuration source location specified by saveParameter and saves the configuration source.
|
|
AddSectionChangeHandler |
Adds a handler to be called when changes to section
are detected. This call should always be followed by a RemoveSectionChangeHandler(String, ConfigurationChangedEventHandler). Failure to remove change handlers will result in .Net resource leaks.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSection |
Retrieves the specified ConfigurationSection.
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes a ConfigurationSection from the configuration source location specified by removeParameter and saves the configuration source.
|
|
RemoveSectionChangeHandler |
Remove a handler to be called when changes to section
are detected. This class should always follow a call to AddSectionChangeHandler(String, ConfigurationChangedEventHandler). Failure to call these methods in pairs will result in .Net resource leaks.
|
|
ToString | (Inherited from Object.) |
See Also
ManageableConfigurationSource Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability 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. |