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

Inheritance: WorkspaceViewModel
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
AllRecipesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
EditRecipe ( ) : void
RemoveRecipe ( ) : void

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CreateAllRecipes ( ) : void
NewRecipe ( ) : void
OnRecipeChanged ( Recipe recipe ) : void
PrintRecipes ( ) : void

Method Details

AllRecipesViewModel() public méthode

public AllRecipesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
dbConversation IDbConversation
eventAggregator IEventAggregator
Résultat System.Collections.ObjectModel

EditRecipe() public méthode

public EditRecipe ( ) : void
Résultat void

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

RemoveRecipe() public méthode

public RemoveRecipe ( ) : void
Résultat void