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
Syntaxpublic RecipeIngredient CreateNewFromCurrent(
Recipe recipe
)
Public Function CreateNewFromCurrent (
recipe As Recipe
) As RecipeIngredient
public:
RecipeIngredient^ CreateNewFromCurrent(
Recipe^ recipe
)
member CreateNewFromCurrent :
recipe : Recipe -> RecipeIngredient
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