WorkOrderItemIngredientPrincipalRecipeIngredient Property |
The principal recipe ingredient on which this record is based. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PrincipalRecipeIngredient PrincipalRecipeIngredient { get; set; }
Public Property PrincipalRecipeIngredient As PrincipalRecipeIngredient
Get
Set
public:
property PrincipalRecipeIngredient^ PrincipalRecipeIngredient {
PrincipalRecipeIngredient^ get ();
void set (PrincipalRecipeIngredient^ value);
}
member PrincipalRecipeIngredient : PrincipalRecipeIngredient with get, set
Property Value
Type:
PrincipalRecipeIngredient
See Also