Click or drag to resize

IResultBridge Interface

Interface that is to be implemted by any MIKE 1D result bridge. The interface standardizes the communication between ResultData access and persistant storage.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IResultBridge

The IResultBridge type exposes the following members.

Properties
  NameDescription
Public propertyFilePath
FilePath specifying the file to read from, write to respectively TODO: Update to be an IConnection instead.
Top
Methods
  NameDescription
Public methodFinish
Used to disconnect from/close persistant storage and free resources if needed.
Top
See Also