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

Inheritance: ViewModelBase
Afficher le fichier Open project: Slesa/Playground Class Usage Examples

Méthodes publiques

Méthode Description
ExchangeData ( Recipe recipe ) : void
SingleRecipeViewModel ( Recipe recipe ) : System.Linq
UnderlayingObject ( ) : Recipe

Method Details

ExchangeData() public méthode

public ExchangeData ( Recipe recipe ) : void
recipe Godot.IcsModel.Entities.Recipe
Résultat void

SingleRecipeViewModel() public méthode

public SingleRecipeViewModel ( Recipe recipe ) : System.Linq
recipe Godot.IcsModel.Entities.Recipe
Résultat System.Linq

UnderlayingObject() public méthode

public UnderlayingObject ( ) : Recipe
Résultat Godot.IcsModel.Entities.Recipe