C# Класс OS2Indberetning.StoredReportsPage

Page that makes it possible to view and send or delete stored reports
Наследование: Xamarin.Forms.ContentPage
Показать файл Открыть проект

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

Свойство Тип Описание
List ListView
PopUpLayout XLabs.Forms.Controls.PopupLayout

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

Метод Описание
ClosePopup ( ) : void

Method that closes the popup

CreateMessagePopup ( string message ) : StackLayout

Method that creates the stacklayout for the message popup

SetContent ( ) : View

Method that creates the page content

StoredReportsPage ( ) : System

Constructor that handles initialization of the page

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

Метод Описание
OnAppearing ( ) : void

Method that overrides the OnAppearing event. Removes relection from the list, so that it can be Selected again

OnBackButtonPressed ( ) : bool

Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel

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

Метод Описание
CreatePopup ( string message ) : StackLayout

Method that creates the stacklayout for the popup

SendBackMessage ( ) : void

Method that handles sending a Back message

SendRemoveMessage ( ) : void

Method that handles sending a Remove message

SendUploadMessage ( ) : void

Method that handles sending a Upload message

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

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

Method that closes the popup
public ClosePopup ( ) : void
Результат void

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

Method that creates the stacklayout for the message popup
public CreateMessagePopup ( string message ) : StackLayout
message string Text to be displayed in the popup
Результат Xamarin.Forms.StackLayout

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

Method that overrides the OnAppearing event. Removes relection from the list, so that it can be Selected again
protected OnAppearing ( ) : void
Результат void

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

Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel
protected OnBackButtonPressed ( ) : bool
Результат bool

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

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

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

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

Описание свойств

List публичное свойство

public ListView List
Результат ListView

PopUpLayout публичное свойство

public PopupLayout,XLabs.Forms.Controls PopUpLayout
Результат XLabs.Forms.Controls.PopupLayout