WorkOrderItemRecipe Property |
The base recipe. null means that the item is produced without recipe. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Recipe Recipe { get; set; }
Public Property Recipe As Recipe
Get
Set
public:
property Recipe^ Recipe {
Recipe^ get ();
void set (Recipe^ value);
}
member Recipe : Recipe with get, set
Property Value
Type:
Recipe
See Also