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
)
Public Sub Write (
htmlSummary As HTMLLog,
w As TextWriter
)
public:
virtual void Write(
HTMLLog^ htmlSummary,
TextWriter^ w
) sealed
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