Click or drag to resize

ScheduledWorkOrderIdentifier Class

Data structure which identifies a Work Order that has already been scheduled for production.
Inheritance Hierarchy
SystemObject
  CFX.StructuresScheduledWorkOrderIdentifier

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

The ScheduledWorkOrderIdentifier type exposes the following members.

Constructors
 NameDescription
Public methodScheduledWorkOrderIdentifier Default constructor.
Top
Properties
 NameDescription
Public propertyWorkArea Identifies the physical location where the Work Order will be executed. A single Work Order may be scheduled to run in different physical locations at different times.
Public propertyWorkOrderIdentifier Identifies the Work Order (or Work Order sub-batch) that is scheduled.
Top
See Also