Click or drag to resize

SummaryTableColumnTotalRunoffGetter Class

Special column reporting total runoff of catchment.

It needs to be special to handle CatchmentCombined and not count in twice the runoff from each catchment.

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.GenericHTMLTableColumn
    DHI.Mike1D.Mike1DDataAccessSummaryTableColumnTotalRunoffGetter

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class SummaryTableColumnTotalRunoffGetter : HTMLTableColumn, 
	IHTMLTableColumn<ICatchment, double>

The SummaryTableColumnTotalRunoffGetter type exposes the following members.

Constructors
  NameDescription
Public methodSummaryTableColumnTotalRunoffGetter
Constructor
Top
Properties
  NameDescription
Public propertyAccumulate
Flag indicating if the column can accumulate
(Inherited from HTMLTableColumn.)
Public propertyDescription
Description/column header
(Inherited from HTMLTableColumn.)
Public propertyEumQuantity
Eum Quantity of value, when unit conversions are required. Otherwise, leave as null.
(Inherited from HTMLTableColumn.)
Public propertyFormatString
Format string for column. Leave as null to use default formatting.
(Inherited from HTMLTableColumn.)
Public propertyStyleClass
CSS style class for column. Leave as null to use default style.
(Inherited from HTMLTableColumn.)
Public propertyTotalValue
If column is accumulating, get the accumulated value
Public propertyType
Type of value that the column outputs
(Overrides HTMLTableColumnType.)
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get value of row
Public methodInitialize
Initialize column (reset any accumulation)
(Overrides HTMLTableColumnInitialize.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_accumulate
Flag indicating if the column can accumulate
(Inherited from HTMLTableColumn.)
Top
See Also