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

Inheritance: WorkspaceViewModel
Show file Open project: Slesa/Playground

Public Methods

Method Description
AllPurchaseItemsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

Method Description
CreateAllPurchaseItems ( ) : void
EditPurchaseItem ( ) : void
NewPurchaseItem ( ) : void
OnPurchaseItemChanged ( PurchaseItem purchaseItem ) : void
PrintPurchaseItems ( ) : void
RemovePurchaseItem ( ) : void

Method Details

AllPurchaseItemsViewModel() public method

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

OnDispose() protected method

protected OnDispose ( ) : void
return void