WorkOrderItemIngredientLot Property |
Lot from which to get the material. When null, any lot can be used. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Lot Lot { get; set; }
Public Property Lot As Lot
Get
Set
public:
virtual property Lot^ Lot {
Lot^ get () sealed;
void set (Lot^ value) sealed;
}
abstract Lot : Lot with get, set
override Lot : Lot with get, set
Property Value
Type:
LotImplements
ILineWithProductAndLotLotILogisticsDocumentLineLot
See Also