Specifies an incidental type.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaIncidentalCode |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaIncidentalCode |
| Visual C++ |
|---|
public enum class CicaIncidentalCode |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| AdditionalClean |
An additional clean service was performed.
(CICA Code: AdditionalClean) | |
| ExtendedFleeting |
An additional fleeting charge was added.
(CICA Code: ExtendedFleeting) | |
| Fuel |
Fuel Escalation
(CICA Code: Fuel) | |
| HighWater |
High Water Escalation
(CICA Code: HighWater) | |
| Labor |
Labor Escalation
(CICA Code: Labor) | |
| Other |
Other type of incidental not currently in code list.
(CICA Code: Other) |
Remarks
Used by the
Incidental.Code
property.