C# 클래스 OS2Indberetning.FinishDrivePage

Page that is shown after GPS tracking is done
상속: Xamarin.Forms.ContentPage
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 프로퍼티들

프로퍼티 타입 설명
List ListView
NewKm string
PopUpLayout XLabs.Forms.Controls.PopupLayout

공개 메소드들

메소드 설명
EditKmPopup ( ) : StackLayout

Creates a view for the edit km popup

FinishDrivePage ( ) : System.Collections.Generic

Constructor that handles initialization of the page

HomeToBorderDistancePopup ( ) : StackLayout

Creates a view for the HomeToBorderDistance popup

SetContent ( ) : View

Method that creates the view content

보호된 메소드들

메소드 설명
OnAppearing ( ) : void

Method that overrides the OnAppearing event. Resets the _list selection if any, and sends an Update message to the viewmodel to get the content updated.

OnBackButtonPressed ( ) : bool

Method that overrides the BackbuttonPressed event. Opens the same popup as if the user where to delete the drive because there is no option to return to the gps view from here

비공개 메소드들

메소드 설명
ClosePopup ( ) : void

Closes the popup

CreateDeletePopup ( ) : StackLayout

Creates a view for the delete report popup

EndCheck ( ) : StackLayout
FourKmRuleCheck ( ) : StackLayout

Method that creates the stacklayout for the Checkboxes

OpenPopup ( ) : void

Opens the delete report popup

SendDeleteMessage ( ) : void

Sends Delete message throught the MessagingCenter

SendEndHomeMessage ( ) : void

Sends EndHome message throught the MessagingCenter

SendFourKmRuleMessage ( ) : void

Sends 4-km Rule message throught the MessagingCenter

SendHomeToBorderDistanceMessage ( ) : void

Sends HomeToBorderDistance message throught the MessagingCenter

SendNewKmMessage ( ) : void

Sends NewKm message throught the MessagingCenter

SendOrganizationMessage ( ) : void

Sends Organization message throught the MessagingCenter

SendPurposeMessage ( ) : void

Sends Purpose message throught the MessagingCenter

SendRateMessage ( ) : void

Sends Rate message throught the MessagingCenter

SendRemarkMessage ( ) : void

Sends Remark message throught the MessagingCenter

SendSelectHomeToBorderDistanceMessage ( ) : void

Sends Select HomeToBorderDistance message throught the MessagingCenter

SendSelectNewKmMessage ( ) : void

Sends Select NewKm message throught the MessagingCenter

SendStartHomeMessage ( ) : void

Sends StartHome message throught the MessagingCenter

SendUploadMessage ( ) : void

Sends Upload message throught the MessagingCenter

StartCheck ( ) : StackLayout

Method that creates the stacklayout for StartCheck

메소드 상세

EditKmPopup() 공개 메소드

Creates a view for the edit km popup
public EditKmPopup ( ) : StackLayout
리턴 Xamarin.Forms.StackLayout

FinishDrivePage() 공개 메소드

Constructor that handles initialization of the page
public FinishDrivePage ( ) : System.Collections.Generic
리턴 System.Collections.Generic

HomeToBorderDistancePopup() 공개 메소드

Creates a view for the HomeToBorderDistance popup
public HomeToBorderDistancePopup ( ) : StackLayout
리턴 Xamarin.Forms.StackLayout

OnAppearing() 보호된 메소드

Method that overrides the OnAppearing event. Resets the _list selection if any, and sends an Update message to the viewmodel to get the content updated.
protected OnAppearing ( ) : void
리턴 void

OnBackButtonPressed() 보호된 메소드

Method that overrides the BackbuttonPressed event. Opens the same popup as if the user where to delete the drive because there is no option to return to the gps view from here
protected OnBackButtonPressed ( ) : bool
리턴 bool

SetContent() 공개 메소드

Method that creates the view content
public SetContent ( ) : View
리턴 Xamarin.Forms.View

프로퍼티 상세

List 공개적으로 프로퍼티

public ListView List
리턴 ListView

NewKm 공개적으로 프로퍼티

public string NewKm
리턴 string

PopUpLayout 공개적으로 프로퍼티

public PopupLayout,XLabs.Forms.Controls PopUpLayout
리턴 XLabs.Forms.Controls.PopupLayout