Specifies the current load status of a barge.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public enum CicaBargeCurrentLoadStatus
Visual Basic (Declaration)
Public Enumeration CicaBargeCurrentLoadStatus
Visual C++
public enum class CicaBargeCurrentLoadStatus

Members

Member nameDescription
Invalid
Indicates value has not been initialized or is invalid.
Empty
Barge is empty.
(CICA Code: Empty)
Loaded
Barge is loaded.
(CICA Code: Loaded)
PartiallyLoaded
Barge is partially loaded.
(CICA Code: PartiallyLoaded)
PartiallyUnloaded
Barge is partially unloaded.
(CICA Code: PartiallyUnloaded)

Remarks

Used by the CommonBargeDetails.LoadStatus property.

See Also