Name | Description | Type | Additional information |
---|---|---|---|
ID |
The Eskimo Primary Key of the Measure Unit |
integer |
None. |
Symbol |
The symbold to display after the value; i.e. mm, lb, kg |
string |
None. |
Description |
A description of the measure unit; i.e. Kilograms |
string |
None. |
IsBaseUnit |
If this unit is not a base measurement, the BaseModifier and LinkedBaseMeasureID fields will have a value, otherwise they will be null. |
boolean |
None. |
BaseModifier |
The number of the Base Unit that equals 1 of this unit. |
decimal number |
None. |
Type |
The type of measurment i.e. Weight, Distance, Volume |
EskimoClassLibraries.MeasureUnit+MeasureTypeEnum |
None. |
LinkedBaseMeasureID |
If this meausure type is not a base unit, then this property contains the ID of the measure unit that is. |
integer |
None. |