C# Class OS2Indberetning.Pages.TaxPage

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

Méthodes publiques

Свойство Type Description
Selected OS2WP8._0.Model.TemplateModels.GenericCellModel

Méthodes publiques

Méthode Description
SetContent ( ) : void

Method that creates the page content

TaxPage ( ) : OS2Indberetning.Templates

Constructor that handles initialization of the page

Méthodes protégées

Méthode Description
OnBackButtonPressed ( ) : bool

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

Private Methods

Méthode Description
SendBackMessage ( ) : void

Method that handles sending a Back message

SendSelectedMessage ( ) : void

Method that handles sending a Selected message

Method Details

OnBackButtonPressed() protected méthode

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

SetContent() public méthode

Method that creates the page content
public SetContent ( ) : void
Résultat void

TaxPage() public méthode

Constructor that handles initialization of the page
public TaxPage ( ) : OS2Indberetning.Templates
Résultat OS2Indberetning.Templates

Property Details

Selected public_oe property

public GenericCellModel,OS2WP8._0.Model.TemplateModels Selected
Résultat OS2WP8._0.Model.TemplateModels.GenericCellModel