Click or drag to resize

RecipeIngredients Property

List of RecipeIngredient child objects, based on the Production.Technologies.RecipeIngredient.Recipe back reference

Namespace:  Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<RecipeIngredient> Ingredients { get; }

Property Value

Type: ChildCollectionRecipeIngredient
See Also