CompositeConfigurationSourceHandler Methods

Include Protected Members
Include Inherited Members

The CompositeConfigurationSourceHandler type exposes the following members.

Methods

  Name Description
Ff672254.protmethod(en-us,PandP.50).gif AddCustomSubordinateSource
Adds a subordinate IConfigurationSource to the ConfigurationSourceHandler. This IConfigurationSource will not be refreshed or disposed.
(Inherited from ConfigurationSourceHandler.)
Ff672254.pubmethod(en-us,PandP.50).gif CheckAddSection
Checks whether a call to Add(String, ConfigurationSection) should be extended.
If the call should be extended performs the extended behavior.
(Inherited from ConfigurationSourceHandler.)
Ff672254.pubmethod(en-us,PandP.50).gif CheckGetSection
Checks whether a call to GetSection(String) should be extended.
If the call should be extended performs the extended behavior and returns the modified ConfigurationSection intance.
If the call should not be extended returns configurationSection.
(Inherited from ConfigurationSourceHandler.)
Ff672254.pubmethod(en-us,PandP.50).gif CheckRemoveSection
Checks whether a call to Remove(String) should be extended.
If the call should be extended performs the extended behavior.
(Inherited from ConfigurationSourceHandler.)
Ff672254.pubmethod(en-us,PandP.50).gif Dispose
Releases resources managed by this ConfigurationSourceHandler instance.
(Inherited from ConfigurationSourceHandler.)
Ff672254.protmethod(en-us,PandP.50).gif DoCheckAddSection
Checks whether a call to Add(String, ConfigurationSection) should be deferred to a subordinate source.
If the call should be deferred, adds the configurationSection to the appropriate source and returns truetrue (True in Visual Basic).
If the call should not be deferred returns truetrue (True in Visual Basic).
(Overrides ConfigurationSourceHandler.DoCheckAddSection(String, ConfigurationSection).)
Ff672254.protmethod(en-us,PandP.50).gif DoCheckGetSection
Checks whether the result of a call to GetSection(String) should be deferred to a subordinate source.
If the call should be deferred, returns the ConfigurationSection intance from the approriate source.
If the call should not be deferred returns configurationSection.
(Overrides ConfigurationSourceHandler.DoCheckGetSection(String, ConfigurationSection).)
Ff672254.protmethod(en-us,PandP.50).gif DoCheckRemoveSection
Checks whether a call to Remove(String) should be deferred to a subordinate source.
If the call should be deferred, removes the section from the appropriate source and returns truetrue (True in Visual Basic).
If the call should not be deferred returns truetrue (True in Visual Basic).
(Overrides ConfigurationSourceHandler.DoCheckRemoveSection(String).)
Ff672254.protmethod(en-us,PandP.50).gif DoConfigurationSectionChanged
Raises the ConfigurationSectionChanged event.
(Inherited from ConfigurationSourceHandler.)
Ff672254.protmethod(en-us,PandP.50).gif DoConfigurationSourceChanged
Raises the ConfigurationSectionChanged event.
(Inherited from ConfigurationSourceHandler.)
Ff672254.protmethod(en-us,PandP.50).gif DoRefresh
Performs re-intialization logic for this CompositeConfigurationSourceHandler.
(Overrides ConfigurationSourceHandler.DoRefresh().)
Ff672254.protmethod(en-us,PandP.50).gif EnsurePropagatingSectionChangeEvents
Ensures ConfigurationSourceChanged events are raised for Changes in a subordinate section.
(Inherited from ConfigurationSourceHandler.)
Ff672254.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff672254.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff672254.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff672254.protmethod(en-us,PandP.50).gif GetSubordinateSource
Returns a subordinate IConfigurationSource with the specified name.
Throws ConfigurationSourceErrorsException if the source was not found.
(Inherited from ConfigurationSourceHandler.)
Ff672254.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff672254.protmethod(en-us,PandP.50).gif Initialize
Performs intialization logic for this CompositeConfigurationSourceHandler.
(Overrides ConfigurationSourceHandler.Initialize().)
Ff672254.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff672254.protmethod(en-us,PandP.50).gif Refresh
Performs re-intialization logic for this ConfigurationSourceHandler.
(Inherited from ConfigurationSourceHandler.)
Ff672254.protmethod(en-us,PandP.50).gif StopPropagatingSectionChangeEvents
Stops raising ConfigurationSourceChanged events for Changes in a subordinate section.
(Inherited from ConfigurationSourceHandler.)
Ff672254.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

See Also

CompositeConfigurationSourceHandler Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace