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

Page that is displayed when trying to couple your phone with a Municipality
Наследование: Xamarin.Forms.ContentPage
Показать файл Открыть проект

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

Метод Описание
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