Click or drag to resize

TransportOrderHistory Class

Describes a single event in the history of a transport order. A transport order is a directive to move materials / WIP / production units from one location to another.
Inheritance Hierarchy
SystemObject
  CFX.StructuresTransportOrderHistory

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class TransportOrderHistory

The TransportOrderHistory type exposes the following members.

Constructors
 NameDescription
Public methodTransportOrderHistory 
Top
Properties
 NameDescription
Public propertyComments Human readable comments related to this event (where applicable)
Public propertyEventDateTime The date and time when the event took place. If null, this implies that the date and time provided by the parent message should be applied to this event.
Public propertyLocation The location where this event took place
Public propertyOperator The operator involved in this event (optional, where applicable)
Public propertyStatus The status of this transport order at the time of the event
Top
See Also