Click or drag to resize

RecipeIngredientCreateNewFromCurrent Method

Creates a new recipe ingredient from the current one.

Namespace:  Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public RecipeIngredient CreateNewFromCurrent(
	Recipe recipe
)

Parameters

recipe
Type: Aloe.EnterpriseOne.Model.Production.TechnologiesRecipe
The recipe which will include the new recipe ingredient.

Return Value

Type: RecipeIngredient
Returns the new recipe ingredient.
See Also