C# 클래스 myProducts.Xamarin.Views.Pages.LoginPage

상속: BasePage
파일 보기 프로젝트 열기: ChristianWeyer/myProducts-End-to-End

공개 메소드들

메소드 설명
LoginPage ( ILoginPageViewModel viewModel, ITranslation translation, IViewLocator viewLocator ) : System

보호된 메소드들

메소드 설명
OnAppearing ( ) : void

비공개 메소드들

메소드 설명
CreateErrorLabel ( ) : Label
CreateLogInButton ( ) : Button
CreatePasswordEntry ( ) : Entry
CreateUI ( ) : void
CreateUserLoginLabel ( ) : Label
CreateUserNameEntry ( ) : Entry
HideLogOutButton ( ) : void
NavigateToMainPage ( ) : System.Threading.Tasks.Task
RedirectToMainPage ( ) : bool
ShowLogOutButton ( ) : void

메소드 상세

LoginPage() 공개 메소드

public LoginPage ( ILoginPageViewModel viewModel, ITranslation translation, IViewLocator viewLocator ) : System
viewModel ILoginPageViewModel
translation ITranslation
viewLocator IViewLocator
리턴 System

OnAppearing() 보호된 메소드

protected OnAppearing ( ) : void
리턴 void