projects/m2-core/src/lib/model/units/MeasurementUnit.ts
Properties |
|
Methods |
|
Accessors |
constructor(id?: number, name?: string, code?: string, factor?: number)
|
| Public code |
Type : string
|
| Public factor |
Type : number
|
| Public Optional factorStr |
Type : string
|
| Public formula |
Type : string
|
| Public groupId |
Type : number
|
| Public id |
Type : number
|
| Public isBasic |
Type : boolean
|
| Public Optional isBasicStr |
Type : string
|
| Public isSelected |
Type : boolean
|
| Public name |
Type : string
|
| Public revFormula |
Type : string
|
| Static TYPE |
Type : string
|
Default value : 'MeasurementUnitTransfer'
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(unit: MeasurementUnit, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Navigation
Parameters :
Returns :
NavigationParams
|
| Static getPrecisionDelta | |||||||||
getPrecisionDelta(srcUnit: MeasurementUnit, targetUnit: MeasurementUnit)
|
|||||||||
|
Parameters :
Returns :
number
|
| displayName | ||||||
getdisplayName()
|
||||||
setdisplayName(value: string)
|
||||||
|
Parameters :
Returns :
void
|
| fullName |
getfullName()
|