IConnection Interface

[Missing <summary> documentation for "T:DHI.Mike1D.Generic.IConnection"]

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IConnection

Properties

BridgeName Name of the bridge to use for saving and/or reading
FilePath Fully qualified file name for the file to store data in or read data from
Options Options to the connection as key-value pairs. Keys are case-sensitive.

Methods

Clone Clone this object. It returns a deep copy of the file path, but just transfers the dictionary.

Extension Methods

IsBridge Return true if bridge is bridgeName
(Defined by ConnectionExtension)

See Also