C# Class YanpixFinanceManager.ViewModel.CurrencyRatesViewModel

Inheritance: YanpixFinanceManager.ViewModel.Common.BindableBase
Afficher le fichier Open project: Yanpix/FinanceManager

Méthodes publiques

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

Private Methods

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

Method Details

CurrencyRatesViewModel() public méthode

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