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

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

Private Properties

Свойство Type Description
PreloadLists void

Méthodes publiques

Méthode Description
SetStock ( int stockId ) : void
StockItemRemovalViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator, IStockBooker stockBooker ) : System
Submit ( ) : bool
this ( string propertyName ) : string

Private Methods

Méthode Description
PreloadLists ( ) : void

Method Details

SetStock() public méthode

public SetStock ( int stockId ) : void
stockId int
Résultat void

StockItemRemovalViewModel() public méthode

public StockItemRemovalViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator, IStockBooker stockBooker ) : System
dbConversation IDbConversation
eventAggregator IEventAggregator
stockBooker IStockBooker
Résultat System

Submit() public méthode

public Submit ( ) : bool
Résultat bool

this() public méthode

public this ( string propertyName ) : string
propertyName string
Résultat string