Click or drag to resize

Stock Class

Represents a location in the factory where materials, production units, or other Items are stored.
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 Stock : ResourceBase

The Stock type exposes the following members.

Constructors
  NameDescription
Public methodStock
Initializes a new instance of the Stock class
Top
Properties
  NameDescription
Public propertyEnteringStatus
The ItemStatus of an Item may be altered whenever it is moved into this stock. This property indicates the new ItemStatus that will be set on all Items as they are moved into this stock.
Public propertyExitingStatus
The ItemStatus of an Item may be altered whenever it is removed from this stock. This property indicates the new ItemStatus that will be set on all Items as they are removed from this stock.
Public propertyPriority
An integer based value indicating the reletive preference of this stock as compared to other stocks when reserving materials and generating transport orders. Stocks with higher priority are typically Kanban stocks located closer to production. It is typically preferrable to draw materials from local, Kanban stocks before resorting to the main stock room.
Top
See Also