C# Class myProducts.Xamarin.Views.Pages.LoginPage

Inheritance: BasePage
Mostra file Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
LoginPage ( ILoginPageViewModel viewModel, ITranslation translation, IViewLocator viewLocator ) : System

Protected Methods

Method Description
OnAppearing ( ) : void

Private Methods

Method Description
CreateErrorLabel ( ) : Label
CreateLogInButton ( ) : Button
CreatePasswordEntry ( ) : Entry
CreateUI ( ) : void
CreateUserLoginLabel ( ) : Label
CreateUserNameEntry ( ) : Entry
HideLogOutButton ( ) : void
NavigateToMainPage ( ) : System.Threading.Tasks.Task
RedirectToMainPage ( ) : bool
ShowLogOutButton ( ) : void

Method Details

LoginPage() public method

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

OnAppearing() protected method

protected OnAppearing ( ) : void
return void