Click or drag to resize

CustomerPart Class

Represents a part as it is known by one of the factory's customers. Typcially, factories establish a singular, common part numbering system that consolidates all parts used at the factory. The customers serviced by the factory often have their own, unique part numbering system which is independent of the system used by the factory.
Inheritance Hierarchy

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 CustomerPart : PartBase

The CustomerPart type exposes the following members.

Constructors
  NameDescription
Public methodCustomerPart
Initializes a new instance of the CustomerPart class
Top
Properties
  NameDescription
Public propertyCustomer
The customer that uses this part number to identify a part.
Top
See Also