Specifies a cover handling operation.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaCoverHandlingType |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaCoverHandlingType |
| Visual C++ |
|---|
public enum class CicaCoverHandlingType |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| AddSpread |
Covers that were not on the barge were spread across the barge.
(CICA Code: AddSpread) | |
| AddStacked |
Covers that were not on the barge were stacked on the top of the barge.
(CICA Code: AddStacked) | |
| Other |
A cover handling was performed that is not in the list of barge cover handling types.
(CICA Code: Other) | |
| RemoveAndReplace |
Covers were removed and replaced. Typically done because the covers were preventing automatic unloading.
(CICA Code: RemoveAndReplace) | |
| RemoveToHopper |
Covers were removed and placed in hopper.
(CICA Code: RemoveToHopper) | |
| RemoveToOther |
Covers were removed to a place other than the hopper or the shore.
(CICA Code: RemoveToOther) | |
| RemoveToShore |
Covers were removed and placed on the shore.
(CICA Code: RemoveToShore) | |
| Reset |
Covers realigned to sit properly on the barge.
(CICA Code: Reset) | |
| RollClose |
Rolling covers were closed.
(CICA Code: RollClose) | |
| RollCovers |
Rolling covers were opened to allow access to hopper and then closed.
(CICA Code: RollCovers) | |
| RollOpen |
Rolling covers were opened to allow access to hopper.
(CICA Code: RollOpen) | |
| RollSpread |
Rolling covers that were stacked on the barge were replaced and then closed.
(CICA Code: RollSpread) | |
| RollStack |
Rolling covers were removed and stacked on the barge.
(CICA Code: RollStack) | |
| Spread |
Covers that were stacked on the barge were spread across the barge.
(CICA Code: Spread) | |
| Stack |
Covers that were spread across the barge were stacked on the barge.
(CICA Code: Stack) | |
| Stack3 |
Covers were placed in three stacks on coamings instead of at either end of barge.
(CICA Code: Stack3) |
Remarks
Used by the
BargeStatus.CoverHandlingType
and
CommonLineItem.CoverHandlingType
properties.