C# Class OS2Indberetning.Pages.TaxPage

Page that makes it possible to view and select a taxation catagory
Inheritance: Xamarin.Forms.ContentPage
Mostrar archivo Open project: os2indberetning/OS2_Windows_Phone

Public Properties

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

Public Methods

Method Description
SetContent ( ) : void

Method that creates the page content

TaxPage ( ) : OS2Indberetning.Templates

Constructor that handles initialization of the page

Protected Methods

Method Description
OnBackButtonPressed ( ) : bool

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

Private Methods

Method Description
SendBackMessage ( ) : void

Method that handles sending a Back message

SendSelectedMessage ( ) : void

Method that handles sending a Selected message

Method Details

OnBackButtonPressed() protected method

Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel
protected OnBackButtonPressed ( ) : bool
return bool

SetContent() public method

Method that creates the page content
public SetContent ( ) : void
return void

TaxPage() public method

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

Property Details

Selected public_oe property

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