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

Constructors

  Name Description
Public method NullConfigurationSource

Methods

  Name Description
Public method Add
Null implementation of Add(IConfigurationParameter, String, ConfigurationSection) that ignores the request.
Public method AddSectionChangeHandler
Adds a handler to be called when changes to section
sectionName
are detected.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSection
Returns null for the section.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove
Null implementation of Remove(IConfigurationParameter, String) that ignores the request.
Public method RemoveSectionChangeHandler
Remove a handler to be called when changes to section
sectionName
are detected.
Public method ToString (Inherited from Object.)

See Also

NullConfigurationSource 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.