RecipeCalculateIngredientsCost Method |
Calculates the total cost of the ingredients in the recipe.
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount CalculateIngredientsCost()
Public Function CalculateIngredientsCost As Amount
public:
Amount^ CalculateIngredientsCost()
member CalculateIngredientsCost : unit -> Amount
Return Value
Type:
Amount
Returns the recipe's ingredients cost.
See Also