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
Public Class Stock
Inherits ResourceBase
public ref class Stock : public ResourceBase
type Stock =
class
inherit ResourceBase
end
The Stock type exposes the following members.
Constructors
| Name | Description |
---|
| Stock | Initializes a new instance of the Stock class |
TopProperties
| Name | Description |
---|
| EnteringStatus |
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.
|
| ExitingStatus |
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.
|
| Priority |
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.
|
TopSee Also