C# Class OS2Indberetning.Pages.LoginPage

Page that displays a _list of Municiplitys that the user can couple with
Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone

Méthodes publiques

Méthode Description
LoginPage ( ) : System

Constructor handles initialization of the page

SendRefreshMessage ( ) : void

Method that handles sending a Refresh message

Méthodes protégées

Méthode Description
OnAppearing ( ) : void

Override of the OnAppearing event. Resets Selected item, if any

OnBackButtonPressed ( ) : bool

Override of the BackbuttonPressed event.

OnDisappearing ( ) : void

Private Methods

Méthode Description
SetContent ( ) : void

Method that creates the page content

Method Details

LoginPage() public méthode

Constructor handles initialization of the page
public LoginPage ( ) : System
Résultat System

OnAppearing() protected méthode

Override of the OnAppearing event. Resets Selected item, if any
protected OnAppearing ( ) : void
Résultat void

OnBackButtonPressed() protected méthode

Override of the BackbuttonPressed event.
protected OnBackButtonPressed ( ) : bool
Résultat bool

OnDisappearing() protected méthode

protected OnDisappearing ( ) : void
Résultat void

SendRefreshMessage() public méthode

Method that handles sending a Refresh message
public SendRefreshMessage ( ) : void
Résultat void