Click or drag to resize

HTMLTableEngineDataColumnValueGetterT Class

An engine data column return a double value using a getter and including its own IEngineDataItemT, which must have the same data and structure as the one in the table.

This column supports accumulation

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.GenericHTMLTableColumn
    DHI.Mike1D.Mike1DDataAccessHTMLTableEngineDataColumnValueGetterT

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 HTMLTableEngineDataColumnValueGetter<T> : HTMLTableColumn, 
	IHTMLTableEngineDataColumn<double>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Mike1DDataAccess.HTMLTableEngineDataColumnValueGetter`1"]

The HTMLTableEngineDataColumnValueGetterT type exposes the following members.

Constructors
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
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