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
ファイルを表示 Open project: os2indberetning/OS2_Windows_Phone

Public Methods

Method Description
RemarkPage ( ) : OS2Indberetning.Templates

Constructor that handles initialization of the page

SetContent ( ) : void

Method that creates the page content

Protected Methods

Method Description
OnBackButtonPressed ( ) : bool

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

Private Methods

Method Description
SendBackMessage ( ) : void

Method that handles sending a Back message

SendSaveMessage ( ) : void

Method that handles sending a Save message

Method Details

OnBackButtonPressed() protected method

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

RemarkPage() public method

Constructor that handles initialization of the page
public RemarkPage ( ) : OS2Indberetning.Templates
return OS2Indberetning.Templates

SetContent() public method

Method that creates the page content
public SetContent ( ) : void
return void