Specifies if the order is a new order, an update to an existing order,
or if the indicated order should be disregarded.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaOrderPurposeCode |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaOrderPurposeCode |
| Visual C++ |
|---|
public enum class CicaOrderPurposeCode |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| NewOrder |
Indicates this document is a new order.
(CICA Code: New) | |
| UpdateOrder |
Indicates this document is an update to an existing order.
(CICA Code: Update) | |
| VoidOrder |
Indicates the order indicated by this document should be
disregarded.
(CICA Code: Void) |
Remarks
Used by the
BargeServiceOrder.OrderPurposeCode
property.