Click or drag to resize

RequiredSetup Class

Represents a list of materials and/or tools that must be loaded on a Workstation before production for a particular Operation may commence. This is also known as a "Bill of Process" or "BOP" for short.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsRequiredSetup

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class RequiredSetup

The RequiredSetup type exposes the following members.

Constructors
  NameDescription
Public methodRequiredSetup
Initializes a new instance of the RequiredSetup class
Top
Properties
  NameDescription
Public propertyDescription
A human-friendly summary of the setup list, if applicable.
Public propertyItems
A list of RequiredSetupItems describing the required setup.
Public propertyName
The display name of the setup list, if applicable.
Top
See Also