Click or drag to resize

IConnection Interface

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

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 IConnection

The IConnection type exposes the following members.

Properties
  NameDescription
Public propertyBridgeName
Name of the bridge to use for saving and/or reading
Public propertyFilePath
Fully qualified file name for the file to store data in or read data from
Public propertyOptions
Options to the connection as key-value pairs. Keys are case-sensitive.
Top
Methods
  NameDescription
Public methodClone
Clone this object. It returns a deep copy of the file path, but just transfers the dictionary.
Top
Extension Methods
  NameDescription
Public Extension MethodIsBridge
Return true if bridge is bridgeName
(Defined by ConnectionExtension.)
Top
See Also