EqTotalsContainer class
Implements
Section titled “Implements”TotalsContainer
Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new EqTotalsContainer(context: EqContext): EqTotalsContainer
Parameters:
Section titled “Parameters:”- context: EqContext
Protected Properties
Section titled “Protected Properties”context
Section titled “context”● context: EqContext
Public Methods
Section titled “Public Methods”▸ clear(): void
Returns void
fillTotals
Section titled “fillTotals”▸ fillTotals(level: number
,row: DataRow
): Promise
<void
>
Parameters:
Section titled “Parameters:”- level:
number
- row:
DataRow
Returns Promise
<void
>
setTotals
Section titled “setTotals”▸ setTotals(level: number
,data: LevelData
): void
Parameters:
Section titled “Parameters:”- level:
number
- data:
LevelData
Returns void