Click or drag to resize

IBridge Interface

The interface implemented by all MIKE 1D bridges.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IBridge

The IBridge type exposes the following members.

Properties
  NameDescription
Public propertyFilePath
FilePath specifying the name of the persistance storage
Top
Methods
  NameDescription
Public methodOpen
Reads in the data specified by FilePath and populates the DataAccess.
Public methodSave
Writes the content of the DataAccess to the persistante storage specified by FilePath
Top
See Also