Click or drag to resize

PickedItem Class

Represents an item that was picked by an operator during a picking or kitting operation.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPickedItem

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PickedItem

The PickedItem type exposes the following members.

Constructors
  NameDescription
Public methodPickedItem
Initializes a new instance of the PickedItem class
Top
Properties
  NameDescription
Public propertyDestinationResource
The name of the factory resource where the material was delivered.
Public propertyItemId
The 128-bit identifier of the item that was picked
Public propertyKitGroup
This name of the kit group where the material was delivered.
Public propertyPickOperator
The username of the operator who picked the item.
Public propertyPickTime
The date/time when the item was picked.
Public propertySourceResource
The name of the factory resource where the material was picked from.
Top
See Also