IConfigurationSource Methods

Include Protected Members
Include Inherited Members

The IConfigurationSource type exposes the following members.

Methods

  Name Description
Public method Add
Adds a ConfigurationSection to the configuration source and saves the configuration source.
Public method AddSectionChangeHandler
Adds a handler to be called when changes to the section named sectionName are detected.
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public method GetSection
Retrieves the specified ConfigurationSection.
Public method Remove
Removes a ConfigurationSection from the configuration source.
Public method RemoveSectionChangeHandler
Removes a handler to be called when changes to section
sectionName
are detected.

See Also

IConfigurationSource Interface

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace