C# 클래스 Godot.IcsEditor.Ui.ViewModel.AllRecipesViewModel

상속: WorkspaceViewModel
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
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