Click or drag to resize

AssemblyFacilityOverrideCacheExtensionsFromXml Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberFromXml(AssemblyFacilityOverrideCache)
Loads a list of facility identifier overrides from the default XML file and adds them to the cache.
Public methodStatic memberFromXml(AssemblyFacilityOverrideCache, Stream)
Loads a list of facility identifier overrides from the specified stream containing XML data, and adds them to the cache.
Public methodStatic memberFromXml(AssemblyFacilityOverrideCache, TextReader)
Loads a list of facility identifier overrides from the specified TextReader containing XML data, and adds them to the cache.
Public methodStatic memberFromXml(AssemblyFacilityOverrideCache, String)
Loads a list of facility identifier overrides from the XML file at the specified path and adds them to the cache.
Public methodStatic memberFromXml(AssemblyFacilityOverrideCache, XmlReader)
Loads a list of facility identifier overrides from the specified XmlReader, and adds them to the cache.
Top
See Also