C# 클래스 OS2Indberetning.Pages.RemarkPage

Page that makes it possible to add remarks to a drive report in the form of text
상속: Xamarin.Forms.ContentPage
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
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