C# 클래스 OS2Indberetning.Pages.LoginPage

Page that displays a _list of Municiplitys that the user can couple with
상속: Xamarin.Forms.ContentPage
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
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