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

Inheritance: WorkspaceViewModel
Show file Open project: Slesa/Playground

Public Methods

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

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

Method Description
CreateAllPurchaseFamilies ( ) : void
EditPurchaseFamily ( ) : void
NewPurchaseFamily ( ) : void
OnPurchaseFamilyChanged ( PurchaseFamily purchaseFamily ) : void
PrintPurchaseFamilies ( ) : void
RemovePurchaseFamily ( ) : void

Method Details

AllPurchaseFamiliesViewModel() public method

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

OnDispose() protected method

protected OnDispose ( ) : void
return void