WorkOrderItemIngredientUsedQuantityBase Property |
The equivalence of Used Quantity in the base measurement category of the material. [Unit: Material.BaseMeasurementCategory.BaseUnit] [Required] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity UsedQuantityBase { get; set; }
Public Property UsedQuantityBase As Quantity
Get
Set
public:
property Quantity^ UsedQuantityBase {
Quantity^ get ();
void set (Quantity^ value);
}
member UsedQuantityBase : Quantity with get, set
Property Value
Type:
Quantity
See Also