WorkOrderItemIngredientDistributeBy Property |
Distribution method in case the materials from the line are distributed amongst all work order items. Should be NOT null iif Work_Order_Item_Id is null. MC=Measurement, SP=Standard_Price.
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<WorkOrderItemIngredientsRepositoryDistributeBy> DistributeBy { get; set; }
Public Property DistributeBy As Nullable(Of WorkOrderItemIngredientsRepositoryDistributeBy)
Get
Set
public:
property Nullable<WorkOrderItemIngredientsRepositoryDistributeBy^>^ DistributeBy {
Nullable<WorkOrderItemIngredientsRepositoryDistributeBy^>^ get ();
void set (Nullable<WorkOrderItemIngredientsRepositoryDistributeBy^>^ value);
}
member DistributeBy : Nullable<WorkOrderItemIngredientsRepositoryDistributeBy> with get, set
Property Value
Type:
NullableWorkOrderItemIngredientsRepositoryDistributeBy
See Also