C# Класс OS2Indberetning.Pages.LoginPage

Page that displays a _list of Municiplitys that the user can couple with
Наследование: Xamarin.Forms.ContentPage
Показать файл Открыть проект

Открытые методы

Метод Описание
LoginPage ( ) : System

Constructor handles initialization of the page

SendRefreshMessage ( ) : void

Method that handles sending a Refresh message

Защищенные методы

Метод Описание
OnAppearing ( ) : void

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

OnBackButtonPressed ( ) : bool

Override of the BackbuttonPressed event.

OnDisappearing ( ) : void

Приватные методы

Метод Описание
SetContent ( ) : void

Method that creates the page content

Описание методов

LoginPage() публичный Метод

Constructor handles initialization of the page
public LoginPage ( ) : System
Результат System

OnAppearing() защищенный Метод

Override of the OnAppearing event. Resets Selected item, if any
protected OnAppearing ( ) : void
Результат void

OnBackButtonPressed() защищенный Метод

Override of the BackbuttonPressed event.
protected OnBackButtonPressed ( ) : bool
Результат bool

OnDisappearing() защищенный Метод

protected OnDisappearing ( ) : void
Результат void

SendRefreshMessage() публичный Метод

Method that handles sending a Refresh message
public SendRefreshMessage ( ) : void
Результат void