Click or drag to resize

GenericXmlBridgeTDataAccessOpen Method (XmlReader, IDiagnostics)

Reads the DataAccess component from XmlReader.

The xml must inlude data access versioning info. Input read using this method must be written using one of the Save methods.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void Open(
	XmlReader reader,
	IDiagnostics diagnostics
)

Parameters

reader
Type: System.XmlXmlReader
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
See Also