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. |
Classes
Class | Description | |
---|---|---|
AssemblyQualifiedTypeNameConverter |
Represents a configuration converter that converts a string to Type based on a fully qualified name.
|
|
BaseFileConfigurationSourceImplementation |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the implementation details for file-based configuration sources.
|
|
ByteArrayTypeConverter |
Represents a configuration converter that converts a byte array to and from a string representation by using base64 encoding.
|
|
ConfigurationChangedEventArgs | ||
ConfigurationChangingEventArgs | ||
ConfigurationElementTypeAttribute |
Indicates the configuration object type that is used for the attributed object.
|
|
ConfigurationFileChangedEventArgs | ||
ConfigurationFileChangingEventArgs | ||
ConfigurationFileSourceWatcher |
Watcher for configuration sections in configuration files.
|
|
ConfigurationSourceElement |
Represents the configuration settings that describe an IConfigurationSource.
|
|
ConfigurationSourceFactory |
Contains factory methods to create configuration sources.
|
|
ConfigurationSourceSection |
Configuration section for the configuration sources.
|
|
ConfigurationSourceWatcher |
Reacts to changes on the medium on which a set of configuration sections are serialized.
|
|
CustomProviderDataHelper<T> |
Generic helper class for custom provider configuration objects.
|
|
DictionaryConfigurationSource |
Represents a configuration source that is backed by a dictionary of named objects.
|
|
FileConfigurationParameter |
Configuration parameter for file-based configuration sources.
|
|
FileConfigurationSource |
Represents a configuration source that retrieves configuration information from an arbitrary file.
|
|
FileConfigurationSourceElement |
Represents the configuration settings that describe a FileConfigurationSource.
|
|
FileConfigurationSourceImplementation |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the implementation details for configuration sources over arbitrary files.
|
|
NamedConfigurationElement |
Represents a named ConfigurationElement wher the name is the key to a collection.
|
|
NamedElementCollection<T> |
Represents a collection of NamedConfigurationElement objects.
|
|
NameTypeConfigurationElement |
Represents a ConfigurationElement that has a name and type.
|
|
NameTypeConfigurationElementCollection<T, TCustomElementData> |
Represesnts a collection of NameTypeConfigurationElement objects.
|
|
NullConfigurationSource |
Represents a null configuration source that always returns null for a section.
|
|
PolymorphicConfigurationElementCollection<T> |
Represents the base class from which all implementations of polymorphic configuration collections must derive.
|
|
SerializableConfigurationSection |
Represents a configuration section that can be serialized and deserialized to XML.
|
|
SystemConfigurationSource |
Represents an IConfigurationSource that retrieves the configuration information from the application's default configuration file using the ConfigurationManager API.
|
|
SystemConfigurationSourceElement |
Represents the configuration settings that describe an SystemConfigurationSource.
|
|
SystemConfigurationSourceImplementation |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the implementation details for the SystemConfigurationSource.
|
Interfaces
Interface | Description | |
---|---|---|
IConfigurationParameter |
Represents a configuration parameter for an IConfigurationSource.
|
|
IConfigurationSource |
Represents a source for getting configuration information.
|
|
ICustomProviderData |
Represents the configuration settings for a custom provider.
|
|
IHelperAssistedCustomConfigurationData<T> |
This interface must be implemented by configuration objects for custom providers that rely on a CustomProviderDataHelper<T> to perform the dynamic properties management.
|
|
IObjectWithName |
Represents the abstraction of an object with a name.
|
|
IObjectWithNameAndType |
Represents the abstraction of an object with a name and a type.
|
|
IProtectedConfigurationSource |
TODO: Add Comment
|
Delegates
Delegate | Description | |
---|---|---|
ConfigurationChangedEventHandler |
Event handler called after a configuration has changed.
|
|
ConfigurationChangingEventHandler |
Event handler called before the configuration is changed.
|
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. |