Specifies the unit of measure or unit type for a commodity quantity.

Namespace:  BargeEx
Assembly:  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 nameDescription
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

See Also