DesignConfigurationSource Members
Include Protected Members
Include Inherited Members
The DesignConfigurationSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DesignConfigurationSource |
Initializes a new instance of DesignConfigurationSource based on file path.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add | Overloaded. |
![]() |
AddLocalSection |
Adds a local section to the configuration source.
|
![]() |
AddSectionChangeHandler |
Adds a handler to be called when changes to section
(Inherited from FileBasedConfigurationSource.)
are detected.
|
![]() |
Dispose | Overloaded. |
![]() |
DoAdd |
Adds a ConfigurationSection to the configuration and saves the configuration source.
(Inherited from FileConfigurationSource.) |
![]() |
DoGetSection |
Retrieves the specified ConfigurationSection from the configuration file.
(Inherited from FileConfigurationSource.) |
![]() |
DoRemove |
Removes a ConfigurationSection from the configuration and saves the configuration source.
(Inherited from FileConfigurationSource.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLocalSection |
Retrieves a local section from the configuration source.
|
![]() |
GetSection |
Retrieves the specified ConfigurationSection from the configuration file, and starts watching for its changes if not watching already.
(Inherited from FileBasedConfigurationSource.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
NotifyUpdatedSections | |
![]() |
OnSourceChanged |
Raises the SourceChanged event.
(Inherited from FileBasedConfigurationSource.) |
![]() |
RefreshAndValidateSections |
Refreshes the configuration sections from the main configuration file and determines which sections have suffered notifications and should be notified to registered handlers.
(Inherited from FileConfigurationSource.) |
![]() |
RefreshExternalSections |
Refreshes the configuration sections from an external configuration file.
(Inherited from FileConfigurationSource.) |
![]() |
Remove |
Removes a ConfigurationSection from the configuration and saves the configuration source.
(Inherited from FileBasedConfigurationSource.) |
![]() |
RemoveLocalSection |
Removes a local section from the configuration source.
|
![]() |
RemoveSectionChangeHandler |
Remove a handler to be called when changes to section
(Inherited from FileBasedConfigurationSource.)
are detected.
|
![]() |
Save | Overloaded. |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
ConfigurationFilePath |
Gets the path of the configuration file for the configuration source.
(Inherited from FileBasedConfigurationSource.) |
Events
Name | Description | |
---|---|---|
![]() |
SourceChanged |
Event raised when any section in this configuration source has changed.
(Inherited from FileBasedConfigurationSource.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IConfigurationSourceTest.ConfigSourceChanged | (Inherited from FileBasedConfigurationSource.) |
![]() ![]() |
IConfigurationSourceTest.ConfigSourceWatcherMappings | (Inherited from FileBasedConfigurationSource.) |
![]() ![]() |
IConfigurationSourceTest.ExternalConfigSourceChanged | (Inherited from FileBasedConfigurationSource.) |
![]() ![]() |
IConfigurationSourceTest.WatchedConfigSources | (Inherited from FileBasedConfigurationSource.) |
![]() ![]() |
IConfigurationSourceTest.WatchedSections | (Inherited from FileBasedConfigurationSource.) |
See Also
DesignConfigurationSource Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace