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

Page that makes it possible to add remarks to a drive report in the form of text
Наследование: Xamarin.Forms.ContentPage
Показать файл Открыть проект

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

Метод Описание
RemarkPage ( ) : OS2Indberetning.Templates

Constructor that handles initialization of the page

SetContent ( ) : void

Method that creates the page content

Защищенные методы

Метод Описание
OnBackButtonPressed ( ) : bool

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

Приватные методы

Метод Описание
SendBackMessage ( ) : void

Method that handles sending a Back message

SendSaveMessage ( ) : void

Method that handles sending a Save message

Описание методов

OnBackButtonPressed() защищенный Метод

Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel
protected OnBackButtonPressed ( ) : bool
Результат bool

RemarkPage() публичный Метод

Constructor that handles initialization of the page
public RemarkPage ( ) : OS2Indberetning.Templates
Результат OS2Indberetning.Templates

SetContent() публичный Метод

Method that creates the page content
public SetContent ( ) : void
Результат void