C# 클래스 OS2Indberetning.StoredReportsPage

Page that makes it possible to view and send or delete stored reports
상속: Xamarin.Forms.ContentPage
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 프로퍼티들

프로퍼티 타입 설명
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