Specifies a pump type.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaPumpType |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaPumpType |
| Visual C++ |
|---|
public enum class CicaPumpType |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Ballast |
Wing tanks or hopper was pumped with water to reduce barge freeboard for clearance.
(CICA Code: Ballast) | |
| Hopper |
Water pumped out of hopper.
(CICA Code: Hopper) | |
| Other |
A pumping operation was performed that is not in the list of barge pump types.
(CICA Code: Other) | |
| WingTank |
Water pumped out of wingtank.
(CICA Code: WingTank) | |
| WingTankShingle |
Water pumped out of wingtank. Crack in wingtank shingled to slow leaks.
(CICA Code: WingTankShingle) |
Remarks
Used by the
BargeStatus.PumpType
and
CommonLineItem.PumpType
properties.