Click or drag to resize

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

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.ResultDataAccessResultBridgeFactories

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class ResultBridgeFactories

The ResultBridgeFactories type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddFactory
Add a custom factory to the set of available factories
Public methodStatic memberGetFactory
Get a factory that can create a bridge supporting the specified bridge name
Public methodStatic memberRemoveFactory
Remove the bridge factory with the given name from the list of available factories.
Top
See Also