C# Class OS2Indberetning.Pages.OrganizationPage

Page where Organization can be Selected for the drivereport
Inheritance: Xamarin.Forms.ContentPage
Exibir arquivo Open project: os2indberetning/OS2_Windows_Phone

Public Properties

Property Type Description
Selected OS2WP8._0.Model.TemplateModels.GenericCellModel

Public Methods

Method Description
OrganizationPage ( ) : OS2Indberetning.Templates

Constructor that handles initialization of the page

SetContent ( ) : void

Method that creates a layout for the page and sets it as the page content

Protected Methods

Method Description
OnBackButtonPressed ( ) : bool

Override of the OnBackButtonPressed event

Private Methods

Method Description
SendBackMessage ( ) : void

Method that handles sending a Back message to the viewmodel

SendSelectedMessage ( ) : void

Method that handles sending a Selected message to the viewmodel, with the Selected items name

Method Details

OnBackButtonPressed() protected method

Override of the OnBackButtonPressed event
protected OnBackButtonPressed ( ) : bool
return bool

OrganizationPage() public method

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

SetContent() public method

Method that creates a layout for the page and sets it as the page content
public SetContent ( ) : void
return void

Property Details

Selected public_oe property

public GenericCellModel,OS2WP8._0.Model.TemplateModels Selected
return OS2WP8._0.Model.TemplateModels.GenericCellModel