Specifies the barge event, status, or line item type.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaBargeEventStatusType |
Visual Basic (Declaration) |
---|
Public Enumeration CicaBargeEventStatusType |
Visual C++ |
---|
public enum class CicaBargeEventStatusType |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Assist |
A secondary boat (e.g. a fleet boat) has helped a primary boat (e.g. a
line boat) with a task.
| |
BargeOnOrder |
A request has been made to place a barge at a dock for loading or
unloading.
Only valid for BargeStatus.EventStatusType. | |
BreakTow |
A secondary boat is assisting a mainline boat with the breaking of a
tow.
| |
Clean |
A barge has been cleaned by a vendor.
| |
ConsignmentLocationChange |
The current consignment location for a barge has changed.
Only valid for BargeStatus.EventStatusType. | |
CoverHandling |
The covers of a barge have been physically manipulated in some manner.
| |
Delay |
Barge was delayed.
Not valid for OrderLineItem.LineItemType. | |
Fleeting |
Barge fleeting event.
| |
Load |
A barge has had commodity placed within the cargo hold compartment.
| |
MakeTow |
A secondary boat is assisting a mainline boat with the making of a tow.
| |
MidstreamIn |
Midstream In (Drop) - A barge has been retrieved from the tow of a
mainline boat.
| |
MidstreamOut |
Midstream Out (Pickup) - A barge has been positioned to be included in
the tow for a mainline boat.
| |
Other |
A miscellaneous event or status update.
| |
PlacedToLoad |
A barge has been positioned for a customer so it can be loaded.
Only valid for BargeStatus.EventStatusType. | |
PlacedToUnload |
A barge has been positioned for a customer so it can be unloaded.
Only valid for BargeStatus.EventStatusType. | |
Position |
Indicates the position of a barge at the given date and time.
Only valid for BargeStatus.EventStatusType. | |
Pump |
A barge has had water removed from the void tank areas or cargo hold
area.
| |
Released |
A barge has been approved to be removed from a dock area.
Only valid for BargeStatus.EventStatusType. | |
Repair |
A barge has had some type of work performed to correct a physical
problem.
| |
Shift |
A barge is scheduled to be, is in the process of, or has been moved
from one location to another by a vendor.
| |
Unload |
A barge has had commodity removed from the cargo hold compartment.
|
Remarks
Used by the
BargeStatus.EventStatusType
and the
CommonLineItem.LineItemType
properties.