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: 19.0.0.0 (11.1.1.1111)
Syntax
public void Open(
	XmlReader reader,
	IDiagnostics diagnostics
)

Parameters

reader
Type: System.XmlXmlReader

[Missing <param name="reader"/> documentation for "M:DHI.Mike1D.Generic.GenericXmlBridge`1.Open(System.Xml.XmlReader,DHI.Mike1D.Generic.IDiagnostics)"]

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.Generic.GenericXmlBridge`1.Open(System.Xml.XmlReader,DHI.Mike1D.Generic.IDiagnostics)"]

See Also