Share via


BaseFileConfigurationSourceImplementation 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 BaseFileConfigurationSourceImplementation type exposes the following members.

Constructors

  Name Description
Public method BaseFileConfigurationSourceImplementation Overloaded.

Methods

  Name Description
Public method AddSectionChangeHandler
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Adds a handler to be called when changes to section
sectionName
are detected.
Public method ConfigSourceChanged
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Public method Dispose
Releases the resources used by the change watchers.
Public method Equals (Inherited from Object.)
Public method ExternalConfigSourceChanged
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSection
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Retrieves the specified ConfigurationSection from the configuration file, and starts watching for its changes if not watching already.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RefreshAndValidateSections
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Refreshes the configuration sections from the main configuration file and determines which sections have suffered notifications and should be notified to registered handlers.
Protected method RefreshExternalSections
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Refreshes the configuration sections from an external configuration file.
Public method RemoveSectionChangeHandler
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Remove a handler to be called when changes to section
sectionName
are detected.
Protected method SetConfigurationWatchers
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Sets up a watcher for configurationSection under the name sectionName.
Public method ToString (Inherited from Object.)

Fields

  Name Description
Public fieldStatic member NullConfigSource
This field supports the Enterprise Library infrastructure and is not intended to be used directly from your code. ConfigSource value for sections that existed in configuration but were later removed.

See Also

BaseFileConfigurationSourceImplementation Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration 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.