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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CreateAllProductionItems ( ) : void
EditProductionItem ( ) : void
NewProductionItem ( ) : void
OnProductionItemChanged ( ProductionItem productionItem ) : void
PrintProductionItem ( ) : void
RemoveProductionItem ( ) : void

Method Details

AllProductionItemsViewModel() public méthode

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