Click or drag to resize

BOMOperationResults Class

Represents the result of a Bill of Materials (BOM) validation or import operation, potentially including a list of the issues that were encountered.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsBOMOperationResults

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 BOMOperationResults

The BOMOperationResults type exposes the following members.

Constructors
  NameDescription
Public methodBOMOperationResults
Initializes a new instance of the BOMOperationResults class
Top
Properties
  NameDescription
Public propertyBOMIssues
A list of the issues that were encountered during the operation (if any).
Public propertyResultCode
An enumerated value indicated the overall result of the operation.
Top
See Also