Share via


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
Public method ManageableConfigurationSource
Initializes a new instance of the ManageableConfigurationSource class.

Methods

  Name Description
Public method Add
Adds a ConfigurationSection to the configuration source location specified by saveParameter and saves the configuration source.
Public method AddSectionChangeHandler
Adds a handler to be called when changes to section
sectionName
are detected. This call should always be followed by a RemoveSectionChangeHandler(String, ConfigurationChangedEventHandler). Failure to remove change handlers will result in .Net resource leaks.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSection
Retrieves the specified ConfigurationSection.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove
Removes a ConfigurationSection from the configuration source location specified by removeParameter and saves the configuration source.
Public method RemoveSectionChangeHandler
Remove a handler to be called when changes to section
sectionName
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.
Public method 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.