C# Class Godot.IcsEditor.Ui.ViewModel.SingleRecipeItemViewModel

Inheritance: ViewModelBase, IDataErrorInfo
Mostrar archivo Open project: Slesa/Playground

Public Methods

Method Description
SingleRecipeItemViewModel ( ) : System.ComponentModel
SingleRecipeItemViewModel ( RecipeItem editRecipeItem ) : System.ComponentModel
UnderlayingObject ( ) : RecipeItem
this ( string propertyName ) : string

Method Details

SingleRecipeItemViewModel() public method

public SingleRecipeItemViewModel ( ) : System.ComponentModel
return System.ComponentModel

SingleRecipeItemViewModel() public method

public SingleRecipeItemViewModel ( RecipeItem editRecipeItem ) : System.ComponentModel
editRecipeItem Godot.IcsModel.Entities.RecipeItem
return System.ComponentModel

UnderlayingObject() public method

public UnderlayingObject ( ) : RecipeItem
return Godot.IcsModel.Entities.RecipeItem

this() public method

public this ( string propertyName ) : string
propertyName string
return string