C# Class YanpixFinanceManager.ViewModel.CurrencyRatesViewModel

Inheritance: YanpixFinanceManager.ViewModel.Common.BindableBase
显示文件 Open project: Yanpix/FinanceManager

Public Methods

Method Description
CurrencyRatesViewModel ( INavigationService navigationService, IEntityBaseService currencyService, IEntityBaseService currencyExchangeService, ICurrencyRatesService currencyRatesService, IPlatformEvents platformEvents ) : System

Private Methods

Method Description
BackButtonPressed ( object sender, EventArgs e ) : void
UpdateAction ( object e ) : System.Threading.Tasks.Task
UpdateToCurrencies ( ) : void

Method Details

CurrencyRatesViewModel() public method

public CurrencyRatesViewModel ( INavigationService navigationService, IEntityBaseService currencyService, IEntityBaseService currencyExchangeService, ICurrencyRatesService currencyRatesService, IPlatformEvents platformEvents ) : System
navigationService INavigationService
currencyService IEntityBaseService
currencyExchangeService IEntityBaseService
currencyRatesService ICurrencyRatesService
platformEvents IPlatformEvents
return System