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

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

Private Properties

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

Méthodes publiques

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

Private Methods

Méthode Description
PreloadLists ( ) : void

Method Details

SetFromStock() public méthode

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

SetToStock() public méthode

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

StockItemBookingViewModel() public méthode

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