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

Inheritance: BaseViewModel
Afficher le fichier Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ExecuteLoginCommand ( ) : System.Threading.Tasks.Task

Method Details

ExecuteLoginCommand() protected méthode

protected ExecuteLoginCommand ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

LoginViewModel() public méthode

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