C# Class YanpixFinanceManager.ViewModel.CreateMoneyBoxViewModel

Inheritance: YanpixFinanceManager.ViewModel.Common.BindableBase
Exibir arquivo Open project: Yanpix/FinanceManager

Public Methods

Method Description
CreateMoneyBoxViewModel ( INavigationService navigationService, IEntityBaseService moneyBoxService, IEntityBaseService currenciesService, IEntityBaseService reportingPeriodsService, IPlatformEvents platformEvents ) : System

Private Methods

Method Description
BackButtonPressed ( object sender, EventArgs e ) : void
CancelAction ( object e ) : void
InitIfEdit ( ) : void
SaveAction ( object e ) : void
Validate ( ) : void

Method Details

CreateMoneyBoxViewModel() public method

public CreateMoneyBoxViewModel ( INavigationService navigationService, IEntityBaseService moneyBoxService, IEntityBaseService currenciesService, IEntityBaseService reportingPeriodsService, IPlatformEvents platformEvents ) : System
navigationService INavigationService
moneyBoxService IEntityBaseService
currenciesService IEntityBaseService
reportingPeriodsService IEntityBaseService
platformEvents IPlatformEvents
return System