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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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