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

Inheritance: WorkspaceViewModel
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
AllPurchaseItemsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CreateAllPurchaseItems ( ) : void
EditPurchaseItem ( ) : void
NewPurchaseItem ( ) : void
OnPurchaseItemChanged ( PurchaseItem purchaseItem ) : void
PrintPurchaseItems ( ) : void
RemovePurchaseItem ( ) : void

Method Details

AllPurchaseItemsViewModel() public méthode

public AllPurchaseItemsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
dbConversation IDbConversation
eventAggregator IEventAggregator
Résultat System.Collections.ObjectModel

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void