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

Inheritance: WorkspaceViewModel, IDataErrorInfo
Show file Open project: Slesa/Playground

Private Properties

Property Type Description
PreloadLists void

Public Methods

Method 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

Method Description
PreloadLists ( ) : void

Method Details

SetFromStock() public method

public SetFromStock ( int stockId ) : void
stockId int
return void

SetToStock() public method

public SetToStock ( int stockId ) : void
stockId int
return void

StockItemBookingViewModel() public method

public StockItemBookingViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator, IStockBooker stockBooker ) : System
dbConversation IDbConversation
eventAggregator IEventAggregator
stockBooker IStockBooker
return System

Submit() public method

public Submit ( ) : bool
return bool

this() public method

public this ( string propertyName ) : string
propertyName string
return string