AssemblyFacilityOverrideCacheExtensions Class |
[This is preliminary documentation and is subject to change.]
Namespace: NerdyDuck.CodedExceptions.Configuration
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public static class AssemblyFacilityOverrideCacheExtensions
The AssemblyFacilityOverrideCacheExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FromApplicationConfiguration(AssemblyFacilityOverrideCache) |
Loads a list of facility identifier overrides from the application configuration file (app.config / web.config) and adds them to the cache.
|
![]() ![]() | FromApplicationConfiguration(AssemblyFacilityOverrideCache, String) |
Loads a list of facility identifier overrides from the specified section of the application configuration file (app.config / web.config) and adds them to the cache.
|
![]() ![]() | FromConfigurationSection |
Loads a list of facility identifier overrides from the specified IConfiguration, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyFacilityOverrideCache) |
Loads a list of facility identifier overrides from the default JSON file and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyFacilityOverrideCache, Stream) |
Loads a list of facility identifier overrides from the specified stream containing JSON data, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyFacilityOverrideCache, TextReader) |
Loads a list of facility identifier overrides from the specified TextReader containing JSON data, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyFacilityOverrideCache, JsonValue) |
Loads a list of facility identifier overrides from the specified JSON object, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyFacilityOverrideCache, String) |
Loads a list of facility identifier overrides from the JSON file at the specified path and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyFacilityOverrideCache) |
Loads a list of facility identifier overrides from the default XML file and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyFacilityOverrideCache, Stream) |
Loads a list of facility identifier overrides from the specified stream containing XML data, and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyFacilityOverrideCache, TextReader) |
Loads a list of facility identifier overrides from the specified TextReader containing XML data, and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyFacilityOverrideCache, String) |
Loads a list of facility identifier overrides from the XML file at the specified path and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyFacilityOverrideCache, XmlReader) |
Loads a list of facility identifier overrides from the specified XmlReader, and adds them to the cache.
|