C# 클래스 OS2Indberetning.Pages.CouplingPage

Page that is displayed when trying to couple your phone with a Municipality
상속: Xamarin.Forms.ContentPage
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
CouplingPage ( ) : System
SetMunicipality ( Municipality m ) : void

Method is used as a constructor. The real constructor needs to be parameterless

보호된 메소드들

메소드 설명
OnBackButtonPressed ( ) : bool

Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel

OnDisappearing ( ) : void

비공개 메소드들

메소드 설명
SendBackMessage ( ) : void

Method that sends a Back message

SendCoupleMessage ( ) : void

Method that sends a Couple message

SetContent ( ) : View

Method used to create the layout of the page

메소드 상세

CouplingPage() 공개 메소드

public CouplingPage ( ) : System
리턴 System

OnBackButtonPressed() 보호된 메소드

Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel
protected OnBackButtonPressed ( ) : bool
리턴 bool

OnDisappearing() 보호된 메소드

protected OnDisappearing ( ) : void
리턴 void

SetMunicipality() 공개 메소드

Method is used as a constructor. The real constructor needs to be parameterless
public SetMunicipality ( Municipality m ) : void
m OS2Indberetning.Model.Municipality Municipality that the user is trying to couple with
리턴 void