Click or drag to resize

ManufacturerPart Class

Represents a part as it is known by the original manufacturer of the part. Typcially, factories establish a singular, common part numbering system that consolidates all parts used at the factory. The manufacturers who produce the parts often have their own, unique part numbering system which is independent of the system used by the factory.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPartBase
    FactoryLogix.xTend.DataObjectsManufacturerPart

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

The ManufacturerPart type exposes the following members.

Constructors
  NameDescription
Public methodManufacturerPart
Initializes a new instance of the ManufacturerPart class
Top
Properties
  NameDescription
Public propertyManufacturer
The manufacturer that produced the part.
Top
See Also