C# Class YanpixFinanceManager.ViewModel.LoginViewModel

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

Public Methods

Method Description
LoginViewModel ( INavigationService navigationService, IEntityBaseService accountService, IPlatformEvents platformEvents ) : System

Private Methods

Method Description
BackButtonPressed ( object sender, EventArgs e ) : void
LoginAction ( object e ) : void
RegisterAction ( object e ) : void
Validate ( ) : void

Method Details

LoginViewModel() public method

public LoginViewModel ( INavigationService navigationService, IEntityBaseService accountService, IPlatformEvents platformEvents ) : System
navigationService INavigationService
accountService IEntityBaseService
platformEvents IPlatformEvents
return System