C# Класс Godot.IcsEditor.Ui.ViewModel.AllRecipesViewModel

Наследование: WorkspaceViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
AllRecipesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
EditRecipe ( ) : void
RemoveRecipe ( ) : void

Защищенные методы

Метод Описание
OnDispose ( ) : void

Приватные методы

Метод Описание
CreateAllRecipes ( ) : void
NewRecipe ( ) : void
OnRecipeChanged ( Recipe recipe ) : void
PrintRecipes ( ) : void

Описание методов

AllRecipesViewModel() публичный Метод

public AllRecipesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
dbConversation IDbConversation
eventAggregator IEventAggregator
Результат System.Collections.ObjectModel

EditRecipe() публичный Метод

public EditRecipe ( ) : void
Результат void

OnDispose() защищенный Метод

protected OnDispose ( ) : void
Результат void

RemoveRecipe() публичный Метод

public RemoveRecipe ( ) : void
Результат void