Click or drag to resize

OrderStatus Interface

Defines properties for the status of an order.

Namespace: CeliAPS.BomApi.Data.HeaderData.SubCategories
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface OrderStatus

The OrderStatus type exposes the following members.

Properties
 NameDescription
Public propertyFinish Gets the finish date and time of the order status, or null if not set.
Public propertyIsRejected Gets a value indicating whether the order was rejected.
Public propertyRejectReason Gets the reason why the order was rejected, or null if not rejected.
Public propertyStart Gets the start date and time of the order status, or null if not set.
Top
See Also