C# Class FSoft.WordApp.Core.ViewModels.LoginViewModel

Inheritance: BaseViewModel
Mostrar archivo Open project: fpt-software/Wordpress-Client

Public Methods

Method Description
LoginViewModel ( IFNewsService service, IMvxDeviceInfo deviceInfoPlugin ) : System
showUpdateStore ( ) : void

Protected Methods

Method Description
ExecuteLoginCommand ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
DoLogin ( ) : void
LoadHomePosts ( ) : void
LoadSavedData ( ) : void
SaveData ( ) : void

Method Details

ExecuteLoginCommand() protected method

protected ExecuteLoginCommand ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

LoginViewModel() public method

public LoginViewModel ( IFNewsService service, IMvxDeviceInfo deviceInfoPlugin ) : System
service IFNewsService
deviceInfoPlugin IMvxDeviceInfo
return System

showUpdateStore() public method

public showUpdateStore ( ) : void
return void