Specifies an order type.

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

Syntax

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

Members

Member nameDescription
Invalid
Indicates value has not been initialized or is invalid.
SpecificBarge
Indicates the order is for a specific barge or barges.
AnyBarge
Indicates the order is for any barge that meets the given criteria.

Remarks

Used by the BargeServiceOrder.OrderType property.

See Also