C# Class MyDriving.ViewModel.LoginViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Azure-Samples/MyDriving Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteLoginFacebookCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoginMicrosoftCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoginTwitterCommandAsync ( ) : System.Threading.Tasks.Task
InitFakeUser ( ) : void
LoginViewModel ( ) : System.Threading.Tasks

Private Methods

Méthode Description
LoginAsync ( MobileServiceAuthenticationProvider provider ) : Task

Method Details

ExecuteLoginFacebookCommandAsync() public méthode

public ExecuteLoginFacebookCommandAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ExecuteLoginMicrosoftCommandAsync() public méthode

public ExecuteLoginMicrosoftCommandAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ExecuteLoginTwitterCommandAsync() public méthode

public ExecuteLoginTwitterCommandAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

InitFakeUser() public méthode

public InitFakeUser ( ) : void
Résultat void

LoginViewModel() public méthode

public LoginViewModel ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks