Initializes a new instance of the RecipeNodeKey class.

Namespace: Ico.Recipe.Navigator
Assembly: IcoRecipeNavigator (in IcoRecipeNavigator.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public RecipeNodeKey(
	IEntityKey key
)
Visual Basic
Public Sub New ( _
	key As IEntityKey _
)
JScript
public function RecipeNodeKey(
	key : IEntityKey
)

Parameters

key
Type: IEntityKey

See Also