C# Класс OS2Indberetning.FinishDrivePage

Page that is shown after GPS tracking is done
Наследование: Xamarin.Forms.ContentPage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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