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

Inheritance: WorkspaceViewModel, IDataErrorInfo
显示文件 Open project: Slesa/Playground

Private Properties

Property Type Description
PreloadLists void

Public Methods

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

Private Methods

Method Description
PreloadLists ( ) : void

Method Details

SetStock() public method

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

StockItemRemovalViewModel() public method

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