Click or drag to resize

VendorPart Class

Represents a part as it is known by one of the factory's vendors. Typcially, factories establish a singular, common part numbering system that consolidates all parts used at the factory. The vendors who supply 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 VendorPart : PartBase

The VendorPart type exposes the following members.

Constructors
  NameDescription
Public methodVendorPart
Initializes a new instance of the VendorPart class
Top
Properties
  NameDescription
Public propertyVendor
The vendor that uses this part number to identify a part.
Top
See Also