Specifies the load status of a barge.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaBargeLoadStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaBargeLoadStatus |
| Visual C++ |
|---|
public enum class CicaBargeLoadStatus |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Empty |
Barge is empty.
(CICA Code: Empty) | |
| Loaded |
Barge is loaded.
(CICA Code: Loaded) | |
| PartialLoad |
Barge is partially loaded.
(CICA Code: Partial) |
Remarks
Used by the
BargeStatus.LoadStatus and
InvoiceLineItem.LoadStatus
properties.