C# Класс 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
Наследование: Xamarin.Forms.ContentPage
Показать файл Открыть проект

Открытые методы

Метод Описание
SetContent ( ) : View

Method that creates the page content

UploadingPage ( ) : System.Collections.Generic

Constructor that handles initialization of the page

Защищенные методы

Метод Описание
OnBackButtonPressed ( ) : bool

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

Приватные методы

Метод Описание
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

Описание методов

OnBackButtonPressed() защищенный Метод

Method that overrides the BackbuttonPressed event. Makes backbutton press invalid by doing nothing and returning true
protected OnBackButtonPressed ( ) : bool
Результат bool

SetContent() публичный Метод

Method that creates the page content
public SetContent ( ) : View
Результат Xamarin.Forms.View

UploadingPage() публичный Метод

Constructor that handles initialization of the page
public UploadingPage ( ) : System.Collections.Generic
Результат System.Collections.Generic