Click or drag to resize

HTMLSummary Methods

The HTMLSummary type exposes the following members.

Methods
  NameDescription
Public methodAddIndexSection
Add index-section to HTML Sections. After adding all other sections, you also need to call BuildIndex(HtmlContentSection).
(Inherited from HTMLLog.)
Protected methodStatic memberBalance
Calculates volume balance for catchment
Protected methodStatic memberBalancePct
Calculates volume balance in percent of total inflow for catchment
Public methodBuildIndex
Build an index in the indexHtmlItem. The index is based on all sections with a name defined.
(Inherited from HTMLLog.)
Public methodCreateSections
Create sections for HTML summary
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormatDateTime
Format a DateTime object as string

if time is

DateTime.MinValue
or
DateTime.MaxValue
, "-" is returned

(Inherited from HTMLLog.)
Public methodFormatPercent
Format a % value to string

if value is

Double.MinValue
or
Double.MaxValue
, "-" is returned

(Inherited from HTMLLog.)
Public methodFormatRatio
Format a ratio or fraction value to string

if value is

Double.MinValue
or
Double.MaxValue
, "-" is returned

(Inherited from HTMLLog.)
Public methodFormatTimeSpan
Format a TimeSpan object as string
(Inherited from HTMLLog.)
Public methodFormatValue
Perform unit conversion and format a value to string.

if value is

Double.MinValue
or
Double.MaxValue
, "-" is returned

(Inherited from HTMLLog.)
Protected methodFormatVolume
Format volume value to string
Protected methodGetBoundaryItemsString
Get boundary items for a given boundary as a string
Protected methodStatic memberGetBoundaryLocationsString
Get boundary locations for a given boundary as a string
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStatic memberReachEndNodeID
Get start node ID, if it defined explicitly in setup (not auto-created). If auto-created, "-" is returned
Protected methodReachGpQrelQfull
Calculate relative discharge, relative to Q-full calculation
Protected methodReachGpRelativeDepth
Calculate relative depth, relative to cross section height
Protected methodReachSelector
Selector for reach based tables
Protected methodStatic memberReachStartNodeID
Get start node ID, if it defined explicitly in setup (not auto-created). If auto-created, "-" is returned
Public methodRollLogFile
Rename an existing log file with name NAME.html to NAME001.html and NAME001.html to NAME002.html etc. If _maxNumberOfErrorLogFileBackups == 0 then this does nothing (no backups are created)
(Inherited from HTMLLog.)
Public methodSetCouplingSummary
provide coupling summary information to HTMLSummary
Public methodSetModelType
Set type of model, used in coupling context.
Protected methodStrucInfoFilter(ListHTMLSummaryStructureInfo, FuncHTMLSummaryStructureInfo, Boolean)
Protected methodStrucInfoFilterT(ListHTMLSummaryStructureInfo)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodStatic memberTotalBalancePct
Calculates volume balance in percent of total inflow for all catchments
Protected methodStatic memberTotalInflow
Calculates total inflow to catchment
Public methodWrite
Write log to disk
(Inherited from HTMLLog.)
Public methodWriteBoundaryConnections
Add boundary connection sections
Public methodWriteFileOverview
Add File Overview section
Protected methodWriteFooter
Write HTML Footer
(Inherited from HTMLLog.)
Public methodWriteHDResultSummary
Add HD Result Summary section
Public methodWriteHDSummary
Add HD summary section
Protected methodWriteHeader
Write HTML header
(Inherited from HTMLLog.)
Protected methodWriteHTMLContent
Write content as HTML to writer
(Overrides HTMLLogWriteHTMLContent(TextWriter).)
Protected methodWriteIndexLink
Write an index-link - link to a section. Must match WriteSectionBegin(TextWriter, String)
(Inherited from HTMLLog.)
Public methodWriteItemBegin
Write start of item in section
(Inherited from HTMLLog.)
Protected methodWriteNotRun
Write section: simulation did not run
Public methodWriteRRLIDsSummary
Writes RR-LIDs result summary
Public methodWriteRRResultSummary
Writes RR result summary
Public methodWriteRRSummary
Add RR summary
Protected methodWriteSectionBegin
Write start of section
(Inherited from HTMLLog.)
Protected methodWriteSections
Write all sections to w
(Inherited from HTMLLog.)
Protected methodWriteSimulationHasErrors
Write section: simulation has errors
Public methodWriteSimulationType
Write simulation type section.
Protected methodWriteTableHeader
Write headers as table headers
Public methodWriteTimeOverview
Add Time Overview section
Top
See Also