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

Inheritance: ViewModelBase, IDataErrorInfo
Exibir arquivo Open project: Slesa/Playground

Public Methods

Method Description
SingleStockItemViewModel ( ) : System.ComponentModel
SingleStockItemViewModel ( StockItem editStockItem ) : System.ComponentModel
UnderlayingObject ( ) : StockItem
this ( string propertyName ) : string

Method Details

SingleStockItemViewModel() public method

public SingleStockItemViewModel ( ) : System.ComponentModel
return System.ComponentModel

SingleStockItemViewModel() public method

public SingleStockItemViewModel ( StockItem editStockItem ) : System.ComponentModel
editStockItem Godot.IcsModel.Entities.StockItem
return System.ComponentModel

UnderlayingObject() public method

public UnderlayingObject ( ) : StockItem
return Godot.IcsModel.Entities.StockItem

this() public method

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