Click or drag to resize

GenericXmlBridgeTDataAccessOpen Method (Stream, IDiagnostics)

Open data stored in stream

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

The FilePath must still have been set to a valid folder, to get relative paths in the setup right.

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(
	Stream stream,
	IDiagnostics diagnostics
)

Parameters

stream
Type: System.IOStream

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

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

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

See Also