Mike1DDataXmlBridge.Open Method |
Name | Description | |
---|---|---|
![]() | Open(IDiagnostics) |
Opens the file in FilePath and Read data from
xml file into the DataAccess component.
(Overrides GenericXmlBridge<TDataAccess>.Open(IDiagnostics).)The xml must inlude data access versioning info. Input read using this method must be written using one of the Save methods. The FilePath must have been set to a valid xml file. |
![]() | Open(Stream, IDiagnostics) |
Open data stored in stream
(Inherited from GenericXmlBridge<TDataAccess>.)The xml must inlude data access versioning info. Input read using this method must be written using one of the Save methods. The FilePath must still have been set to a valid folder, to get relative paths in the setup right. |
![]() | Open(XmlReader, IDiagnostics) |
Reads the DataAccess component from XmlReader.
(Inherited from GenericXmlBridge<TDataAccess>.)The xml must inlude data access versioning info. Input read using this method must be written using one of the Save methods. |