WorkOrderItemIngredientDistributeByMeasurementCategory Property |
Measurement category by which the materials from the line are distributed amongst all work order items in case Distribute_By = MC. Should be NOT null iif Distribute_By = MC. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MeasurementCategory DistributeByMeasurementCategory { get; set; }
Public Property DistributeByMeasurementCategory As MeasurementCategory
Get
Set
public:
property MeasurementCategory^ DistributeByMeasurementCategory {
MeasurementCategory^ get ();
void set (MeasurementCategory^ value);
}
member DistributeByMeasurementCategory : MeasurementCategory with get, set
Property Value
Type:
MeasurementCategory
See Also