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

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

Méthodes publiques

Méthode Description
AllStocksViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System
ShowMainBearing ( ) : void

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
BookFromStock ( ) : void
CreateAllStocks ( ) : void
DepositStock ( ) : void
EditStock ( ) : void
NewStock ( ) : void
OnStockChanged ( Stock stock ) : void
PrintStocks ( ) : void
RemovalStock ( ) : void
RemoveStock ( ) : void
SendToStock ( ) : void

Method Details

AllStocksViewModel() public méthode

public AllStocksViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System
dbConversation IDbConversation
eventAggregator IEventAggregator
Résultat System

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

ShowMainBearing() public méthode

public ShowMainBearing ( ) : void
Résultat void