Click or drag to resize

Customer Class

Represents one of the factory's customers. Typcially used in contract manufacturing environments where a factory builds products for many different companies. May also be used in OEM environments to represent different departments or programs services by this factory.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsCustomer

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 Customer

The Customer type exposes the following members.

Constructors
  NameDescription
Public methodCustomer
Initializes a new instance of the Customer class
Top
Properties
  NameDescription
Public propertyAssociatedUsersAndGroups
A read-only list of all users and/or user groups that are associated with this customer. Only associated users may access product and process information associated with this customer.
Public propertyId
A unique identifier for this particular customer (corresponds to the primary key in the FactoryLogix database)
Public propertyName
A friendly name for this customer.
Top
See Also