C# Class MyDriving.ViewModel.LoginViewModel

Inheritance: ViewModelBase
Show file Open project: Azure-Samples/MyDriving Class Usage Examples

Public Methods

Method Description
ExecuteLoginFacebookCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoginMicrosoftCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoginTwitterCommandAsync ( ) : System.Threading.Tasks.Task
InitFakeUser ( ) : void
LoginViewModel ( ) : System.Threading.Tasks

Private Methods

Method Description
LoginAsync ( MobileServiceAuthenticationProvider provider ) : Task

Method Details

ExecuteLoginFacebookCommandAsync() public method

public ExecuteLoginFacebookCommandAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ExecuteLoginMicrosoftCommandAsync() public method

public ExecuteLoginMicrosoftCommandAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ExecuteLoginTwitterCommandAsync() public method

public ExecuteLoginTwitterCommandAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

InitFakeUser() public method

public InitFakeUser ( ) : void
return void

LoginViewModel() public method

public LoginViewModel ( ) : System.Threading.Tasks
return System.Threading.Tasks