ResultBridgeFactories Class

Contains a number of IResultBridgeFactory's keyed on the bridge name

By default the following bridges are available:

  • res1d
  • dfs0 - only write support
  • res11 - only read support

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static class ResultBridgeFactories
Inheritance
Object    ResultBridgeFactories

Methods

AddFactory Add a custom factory to the set of available factories
AddOrUpdateFactory Add or update a custom factory
GetFactory Get a factory that can create a bridge supporting the specified bridge name
HasFactory Returns true if bridgeName is supported.
RemoveFactory Remove the bridge factory with the given name from the list of available factories.

See Also