C# 클래스 YanpixFinanceManager.ViewModel.CurrencyRatesViewModel

상속: YanpixFinanceManager.ViewModel.Common.BindableBase
파일 보기 프로젝트 열기: Yanpix/FinanceManager

공개 메소드들

메소드 설명
CurrencyRatesViewModel ( INavigationService navigationService, IEntityBaseService currencyService, IEntityBaseService currencyExchangeService, ICurrencyRatesService currencyRatesService, IPlatformEvents platformEvents ) : System

비공개 메소드들

메소드 설명
BackButtonPressed ( object sender, EventArgs e ) : void
UpdateAction ( object e ) : System.Threading.Tasks.Task
UpdateToCurrencies ( ) : void

메소드 상세

CurrencyRatesViewModel() 공개 메소드

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