C# 클래스 OS2Indberetning.Pages.PurposePage

Page that makes it possible for the user to add new purposes to a _list and select a specific purpose
상속: Xamarin.Forms.ContentPage
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Selected OS2WP8._0.Model.TemplateModels.GenericCellModel

공개 메소드들

메소드 설명
PurposePage ( ) : System

Constructor that handles initialization of the page

SetContent ( ) : void

Method that creates the page layout and sets the page content, to that layout

보호된 메소드들

메소드 설명
OnBackButtonPressed ( ) : bool

Override of the OnBackButtonPressed event. Calls SendBackMessage so the viewmodel handles the back event

비공개 메소드들

메소드 설명
SendAddMessage ( ) : void

Method that handles sending an Add message

SendBackMessage ( ) : void

Method that handles sending an Back message

SendDeleteMessage ( ) : void

Method that handles sending an Delete message

SendSelectedMessage ( ) : void

Method that handles sending an Selected message

메소드 상세

OnBackButtonPressed() 보호된 메소드

Override of the OnBackButtonPressed event. Calls SendBackMessage so the viewmodel handles the back event
protected OnBackButtonPressed ( ) : bool
리턴 bool

PurposePage() 공개 메소드

Constructor that handles initialization of the page
public PurposePage ( ) : System
리턴 System

SetContent() 공개 메소드

Method that creates the page layout and sets the page content, to that layout
public SetContent ( ) : void
리턴 void

프로퍼티 상세

Selected 공개적으로 프로퍼티

public GenericCellModel,OS2WP8._0.Model.TemplateModels Selected
리턴 OS2WP8._0.Model.TemplateModels.GenericCellModel