Click or drag to resize

ProcessFlow 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.DataObjectsProcessFlow

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 ProcessFlow

The ProcessFlow type exposes the following members.

Constructors
  NameDescription
Public methodProcessFlow
Initializes a new instance of the ProcessFlow class
Top
Properties
  NameDescription
Public propertyId
A unique identifier for this particular Process Flow (corresponds to the primary key in the FactoryLogix database)
Public propertyName
Only used when defining a Reroute Flow.
Public propertyOperations
A list of the operations associated to this process flow.
Public propertyType
An enumerated value indicating the type of this process flow.
Top
See Also