C# Class OS2Indberetning.UploadingPage

Page that is displayed when trying to upload a drivereport If upload fails, the user can choose to retry or store the report
Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone

Méthodes publiques

Méthode Description
SetContent ( ) : View

Method that creates the page content

UploadingPage ( ) : System.Collections.Generic

Constructor that handles initialization of the page

Méthodes protégées

Méthode Description
OnBackButtonPressed ( ) : bool

Method that overrides the BackbuttonPressed event. Makes backbutton press invalid by doing nothing and returning true

Private Methods

Méthode Description
ErrorStack ( ) : StackLayout

Method that creates the error stack The stacks visibility is binded to the viewmodel

SendStoreMessage ( ) : void

Method that handles sending a Store message

SendUploadMessage ( ) : void

Method that handles sending a Upload message

Method Details

OnBackButtonPressed() protected méthode

Method that overrides the BackbuttonPressed event. Makes backbutton press invalid by doing nothing and returning true
protected OnBackButtonPressed ( ) : bool
Résultat bool

SetContent() public méthode

Method that creates the page content
public SetContent ( ) : View
Résultat Xamarin.Forms.View

UploadingPage() public méthode

Constructor that handles initialization of the page
public UploadingPage ( ) : System.Collections.Generic
Résultat System.Collections.Generic