Class |
Description |
HttpFileSelector |
A selector that represents a pair of HttpSelector and FileSelector. Used together with Interceptors.ListSelector for configuration file hierarchy computations (see Interceptors.IConfigTransformer for details/examples). |
ListAppend |
Used by the configuration system to merge configuration information from multiple configuration files by appending the configuration info from the child file after the information from the parent file. |
ListMerge |
Used by the configuration system to merge configuration information from multiple configuration files by replacing any matching configuration info from the parent file with information from the child file. |
ListPrepend |
Used by the configuration system to merge configuration information from multiple configuration files by inserting the configuration info from the child file before the information from the parent file. |
ListSelector |
A selector that represents a list of Interceptors.HttpFileSelector. Used for configuration file hierarchy computations (see Interceptors.IConfigTransformer for details/examples). |
NativeCatalogInterceptor |
Reads and writes XML configuration files. Used internally by the configuration system. |
PropertyOverride |
Used by the configuration system to merge configuration information from multiple configuration files by changing a single configuration info to carry the properties from the innermost configuration file. This effectively implements configuration inheritance from parent to child. |