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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
CreateAllPurchaseFamilies ( ) : void
EditPurchaseFamily ( ) : void
NewPurchaseFamily ( ) : void
OnPurchaseFamilyChanged ( PurchaseFamily purchaseFamily ) : void
PrintPurchaseFamilies ( ) : void
RemovePurchaseFamily ( ) : void

메소드 상세

AllPurchaseFamiliesViewModel() 공개 메소드

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

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void