ITsBridge Interface |
Namespace: DHI.Mike1D.Generic.TimeSeries
public interface ITsBridge
The ITsBridge type exposes the following members.
Name | Description | |
---|---|---|
Converters |
Set of ITsDataConverter that should be applied to
all data loaded by the bridge before data is passed on.
| |
FileExists |
Checks whether the file exists on the disc
| |
FilePath |
Path to the file.
|
Name | Description | |
---|---|---|
Dispose |
Dispose of internal data.
| |
Load |
Load the file. It includes loading the header and the data.
| |
LoadData |
Load data from the file. Header must already be loaded.
| |
LoadDataForItem |
Load data for the specified item number
| |
LoadHeader |
Load header information of the file. Data is not loaded
|