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

Inheritance: ViewModelBase
Show file Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
ExchangeData ( Stock stock ) : void
SingleStockViewModel ( Stock stock ) : System.Linq
UnderlayingObject ( ) : Stock

Method Details

ExchangeData() public method

public ExchangeData ( Stock stock ) : void
stock Godot.IcsModel.Entities.Stock
return void

SingleStockViewModel() public method

public SingleStockViewModel ( Stock stock ) : System.Linq
stock Godot.IcsModel.Entities.Stock
return System.Linq

UnderlayingObject() public method

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