Derived NodeViewModel for Recipe Navigator.

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

Syntax

C#
public class RecipeNodeViewModel : NodeViewModel
Visual Basic
Public Class RecipeNodeViewModel _
	Inherits NodeViewModel
JScript
public class RecipeNodeViewModel extends NodeViewModel

Inheritance Hierarchy

System..::..Object
  BindableObject
    DataGridRowViewModel
      NodeViewModel
        Ico.Recipe.Navigator..::..RecipeNodeViewModel

See Also