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.245.0.0 (8.245.0.0)
Syntax public class VendorPart : PartBase
Public Class VendorPart
Inherits PartBase
public ref class VendorPart : public PartBase
type VendorPart =
class
inherit PartBase
end
The VendorPart type exposes the following members.
Constructors
| Name | Description |
---|
| VendorPart | Initializes a new instance of the VendorPart class |
TopProperties
| Name | Description |
---|
| Vendor |
The vendor that uses this part number to identify a part.
|
TopSee Also