Specifies a maintenance code used to indicate maintenance details
about the barge that need to be communicated to the receiver.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
[FlagsAttribute] public enum CicaBargeMaintenanceCodes |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration CicaBargeMaintenanceCodes |
| Visual C++ |
|---|
[FlagsAttribute] public enum class CicaBargeMaintenanceCodes |
Members
| Member name | Description | |
|---|---|---|
| None |
Indicates no maintenance issues are present.
| |
| Leaking |
The barge has a known leak and may need attention.
(CICA Code: Leaking) |
Remarks
Used by the
Barge.MaintenanceCodes
property.