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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CreateAllPurchaseFamilies ( ) : void
EditPurchaseFamily ( ) : void
NewPurchaseFamily ( ) : void
OnPurchaseFamilyChanged ( PurchaseFamily purchaseFamily ) : void
PrintPurchaseFamilies ( ) : void
RemovePurchaseFamily ( ) : void

Method Details

AllPurchaseFamiliesViewModel() public méthode

public AllPurchaseFamiliesViewModel ( 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