C# 클래스 MyDriving.ViewModel.LoginViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Azure-Samples/MyDriving 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteLoginFacebookCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoginMicrosoftCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoginTwitterCommandAsync ( ) : System.Threading.Tasks.Task
InitFakeUser ( ) : void
LoginViewModel ( ) : System.Threading.Tasks

비공개 메소드들

메소드 설명
LoginAsync ( MobileServiceAuthenticationProvider provider ) : Task

메소드 상세

ExecuteLoginFacebookCommandAsync() 공개 메소드

public ExecuteLoginFacebookCommandAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ExecuteLoginMicrosoftCommandAsync() 공개 메소드

public ExecuteLoginMicrosoftCommandAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ExecuteLoginTwitterCommandAsync() 공개 메소드

public ExecuteLoginTwitterCommandAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

InitFakeUser() 공개 메소드

public InitFakeUser ( ) : void
리턴 void

LoginViewModel() 공개 메소드

public LoginViewModel ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks