Specifies an order type.
Namespace:
BargeExAssembly: 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 name | Description | |
---|---|---|
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.