Specifies a type of repair.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaRepairType |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaRepairType |
| Visual C++ |
|---|
public enum class CicaRepairType |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Cover |
The cover or covers of the barge were repaired.
(CICA Code: Cover) | |
| Crack |
A crack in the barge was repaired.
(CICA Code: Crack) | |
| FixedRiggingDeckFittings |
The fixed rigging or deck fittings of the barge were repaired.
(CICA Code: FixedRiggingDeckFittings) | |
| Hopper |
The hopper of the barge was repaired.
(CICA Code: Hopper) | |
| Hull |
The hull of the barge was repaired.
(CICA Code: Hull) | |
| Lightering |
Some or all of the cargo was removed to allow transit of barge to destination for repairs.
(CICA Code: Lightering) | |
| Other |
A repair was performed that is not in the list barge repair types.
(CICA Code: Other) | |
| Paint |
Barge was painted.
(CICA Code: Paint) | |
| Shingling |
A crack in the barge was shingled to slow leaks.
(CICA Code: Shingling) | |
| Survey |
Barge was surveyed for damage.
(CICA Code: Survey) |
Remarks
Used by the
BargeStatus.RepairType
and
CommonLineItem.RepairType
properties.