Click or drag to resize

TSOBridge Class

Bridge for reading a time series file (dfs0)
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Generic.TimeSeriesTSOBridge

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 class TSOBridge : ITsBridge

The TSOBridge 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 methodStatic memberCreate
Factory method to create a TSOBridge
Public methodDispose
Dispose of internal data.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also