Specifies a type of barge delay.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaDelayType |
Visual Basic (Declaration) |
---|
Public Enumeration CicaDelayType |
Visual C++ |
---|
public enum class CicaDelayType |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Boat |
Delay caused by the indicated boat.
(CICA Code: Boat) | |
Equipment |
Delay caused by a piece of equipment.
(CICA Code: Equipment) | |
Lock |
Delay caused by the indicated lock.
(CICA Code: Lock) | |
Mechanical |
Delay caused by a mechanical problem.
(CICA Code: Mechanical) | |
Other |
Delay caused by something other than one of the items in this list.
(CICA Code: Other) | |
Service |
Delay at the indicated location (e.g. terminal) due to lack of slot, lack of harbor boat, delay in a barge clearing the loading dock, etc.
(CICA Code: Service) | |
Weather |
Delay caused by weather.
(CICA Code: Weather) |
Remarks
Used by the
BargeStatus.DelayType
and
InvoiceLineItem.DelayType
properties.