Specifies the unit of measure or unit type for a unit rate quantity.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaUnitRateQuantityUnitCode |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaUnitRateQuantityUnitCode |
| Visual C++ |
|---|
public enum class CicaUnitRateQuantityUnitCode |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Barge |
Quantity value is the number of barges.
(CICA Code: Barge) | |
| Day |
Quantity value is in days.
(CICA Code: Day) | |
| Hour |
Quantity value is in hours.
(CICA Code: Hour) | |
| Mile |
Quantity value is in miles.
(CICA Code: Mile) | |
| Other |
Quantity value is in units that are not in the list of unit codes.
(CICA Code: Other) | |
| Ton |
Quantity value is in tons.
(CICA Code: Ton) | |
| TonMile |
Quantity value is in ton-miles. A ton-mile is one ton of freight moved one mile.
(CICA Code: TonMile) |
Remarks
Used by the
RateInformation.UnitRateQuantityUnitCode
and the
Incidental.UnitRateQuantityUnitCode
properties.