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