LongTermStatisticsDataXmlBridge Methods |
The LongTermStatisticsDataXmlBridge type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateSerializer |
Create serializer
(Inherited from GenericXmlBridge<TDataAccess>.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Open(IDiagnostics) |
Opens the file in FilePath and Read data from
xml file into the DataAccess component.
(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 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. |
![]() | Save() |
Saves the DataAccess component to file, using its connection
property.
(Inherited from GenericXmlBridge<TDataAccess>.)The output inludes data access versioning info. Output stored using this method can be read again using the Open method. |
![]() | Save(Stream) |
Saves the DataAccess component to file, using its connection
property.
(Inherited from GenericXmlBridge<TDataAccess>.)The output inludes data access versioning info. Output stored using this method can be read again using the Open method. |
![]() | Save(XmlWriter) |
Writes the DataAccess component to XmlWriter.
(Inherited from GenericXmlBridge<TDataAccess>.)The output inludes data access versioning info. Output stored using this method can be read again using the Open method. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |