AssemblyFacilityOverrideCacheExtensionsFromJson Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() ![]() | 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.
|