Click or drag to resize

ITsBridge Interface

A bridge interface for loading a time series from file.

Namespace:  DHI.Mike1D.Generic.TimeSeries
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ITsBridge

The ITsBridge type exposes the following members.

Properties
  NameDescription
Public propertyConverters
Set of ITsDataConverter that should be applied to all data loaded by the bridge before data is passed on.
Public propertyFileExists
Checks whether the file exists on the disc
Public propertyFilePath
Path to the file.
Top
Methods
  NameDescription
Public methodDispose
Dispose of internal data.
Public methodLoad
Load the file. It includes loading the header and the data.
Public methodLoadData
Load data from the file. Header must already be loaded.
Public methodLoadDataForItem
Load data for the specified item number
Public methodLoadHeader
Load header information of the file. Data is not loaded
Top
See Also