Click or drag to resize

Factory Class

Represents a single physical factory or site where work is performed. Factories may be further broken down into Areas, and contain resources such as production lines, stocks, etc..
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 Factory : ResourceBase

The Factory type exposes the following members.

Constructors
  NameDescription
Public methodFactory
Initializes a new instance of the Factory class
Top
Properties
  NameDescription
Public propertyChildResources
A list of objects derived from ResourceBase representing the immediate children of this factory.
Top
See Also