Click or drag to resize

RecipeOperationCreateNewFromCurrent Method

Creates a new recipe operation 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 RecipeOperation CreateNewFromCurrent(
	Recipe recipe
)

Parameters

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

Return Value

Type: RecipeOperation
Returns the new recipe operation.
See Also