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
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
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