Click or drag to resize

HTMLTableEngineDataItemTWrite Method

Method for writing item HTML to writer

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Write(
	HTMLLog htmlSummary,
	TextWriter w
)

Parameters

htmlSummary
Type: DHI.Mike1D.GenericHTMLLog

[Missing <param name="htmlSummary"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HTMLTableEngineDataItem`1.Write(DHI.Mike1D.Generic.HTMLLog,System.IO.TextWriter)"]

w
Type: System.IOTextWriter

[Missing <param name="w"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HTMLTableEngineDataItem`1.Write(DHI.Mike1D.Generic.HTMLLog,System.IO.TextWriter)"]

Implements

IHTMLSectionItemWrite(HTMLLog, TextWriter)
See Also