C# Class OS2Indberetning.Pages.RemarkPage

Page that makes it possible to add remarks to a drive report in the form of text
Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone

Méthodes publiques

Méthode Description
RemarkPage ( ) : OS2Indberetning.Templates

Constructor that handles initialization of the page

SetContent ( ) : void

Method that creates the page content

Méthodes protégées

Méthode Description
OnBackButtonPressed ( ) : bool

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

Private Methods

Méthode Description
SendBackMessage ( ) : void

Method that handles sending a Back message

SendSaveMessage ( ) : void

Method that handles sending a Save message

Method Details

OnBackButtonPressed() protected méthode

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

RemarkPage() public méthode

Constructor that handles initialization of the page
public RemarkPage ( ) : OS2Indberetning.Templates
Résultat OS2Indberetning.Templates

SetContent() public méthode

Method that creates the page content
public SetContent ( ) : void
Résultat void