Specifies the unit of measure or unit type for a commodity quantity.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaCommodityQuantityUnitCode |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaCommodityQuantityUnitCode |
| Visual C++ |
|---|
public enum class CicaCommodityQuantityUnitCode |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Barrel |
Barrel
(CICA Code: Barrel) | |
| Bushel |
Bushel
(CICA Code: Bushel) | |
| Gallon |
Gallon
(CICA Code: Gallon) | |
| Kilogram |
Kilogram
(CICA Code: Kilogram) | |
| Other |
Other
(CICA Code: Other) | |
| Pound |
Pound
(CICA Code: Pound) | |
| Ton |
Ton
(CICA Code: Ton) |
Remarks
Used by the
BargeStatus.CommodityQuantityUnitCode
and the
CommonLineItem.CommodityQuantityUnitCode
properties.