C# Class YanpixFinanceManager.ViewModel.MoneyBoxesViewModel

Inheritance: YanpixFinanceManager.ViewModel.Common.BindableBase
Mostrar archivo Open project: Yanpix/FinanceManager

Public Methods

Method Description
MoneyBoxesViewModel ( INavigationService navigationService, IEntityBaseService moneyBoxesService, IEntityBaseService reportingPeriodService, IPlatformEvents platformEvents, IDataInitService dataInitService ) : System

Private Methods

Method Description
BackButtonPressed ( object sender, EventArgs e ) : void
CreateNewAction ( object e ) : void
UpdateMoneyBoxes ( ) : void

Method Details

MoneyBoxesViewModel() public method

public MoneyBoxesViewModel ( INavigationService navigationService, IEntityBaseService moneyBoxesService, IEntityBaseService reportingPeriodService, IPlatformEvents platformEvents, IDataInitService dataInitService ) : System
navigationService INavigationService
moneyBoxesService IEntityBaseService
reportingPeriodService IEntityBaseService
platformEvents IPlatformEvents
dataInitService IDataInitService
return System