Click or drag to resize

BOM Class

Represents a Bill of Materials (BOM), which is a list of the parts necessary to build a particular assembly.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsBOM

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class BOM

The BOM type exposes the following members.

Constructors
  NameDescription
Public methodBOM
Initializes a new instance of the BOM class
Top
Properties
  NameDescription
Public propertyId
A unique identifier for this particular BOM (corresponds to the primary key in the FactoryLogix database)
Public propertyLineItems
A list of BOMLineItem objects representing the part list for this BOM.
Top
See Also