C# Class Blog.Mobile.ViewModels.Login.LoginViewModel

Inheritance: BaseViewModel
Show file Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Public Methods

Method Description
LoginViewModel ( IAccountService accountService, INavigation navigation, Page page ) : System.Threading.Tasks

Protected Methods

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

Method Details

ExecuteLoginCommand() protected method

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

LoginViewModel() public method

public LoginViewModel ( IAccountService accountService, INavigation navigation, Page page ) : System.Threading.Tasks
accountService IAccountService
navigation INavigation
page Xamarin.Forms.Page
return System.Threading.Tasks