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