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

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

공개 메소드들

메소드 설명
AllPurchaseItemsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
CreateAllPurchaseItems ( ) : void
EditPurchaseItem ( ) : void
NewPurchaseItem ( ) : void
OnPurchaseItemChanged ( PurchaseItem purchaseItem ) : void
PrintPurchaseItems ( ) : void
RemovePurchaseItem ( ) : void

메소드 상세

AllPurchaseItemsViewModel() 공개 메소드

public AllPurchaseItemsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
dbConversation IDbConversation
eventAggregator IEventAggregator
리턴 System.Collections.ObjectModel

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void