C# 클래스 OS2Indberetning.App

상속: Xamarin.Forms.Application
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 프로퍼티들

프로퍼티 타입 설명
Navigation INavigation

공개 메소드들

메소드 설명
App ( ) : System
ShowLoading ( bool isRunning, bool isCancel = false ) : void
ShowMessage ( string message, bool isCancel = false ) : void

보호된 메소드들

메소드 설명
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

비공개 메소드들

메소드 설명
GetMainPage ( ) : Page

Get the main page and sets the global navigation to its navigation

RegisterPages ( ) : void
SetScreenHeightAndWidth ( ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

OnResume() 보호된 메소드

protected OnResume ( ) : void
리턴 void

OnSleep() 보호된 메소드

protected OnSleep ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

ShowLoading() 공개 정적인 메소드

public static ShowLoading ( bool isRunning, bool isCancel = false ) : void
isRunning bool
isCancel bool
리턴 void

ShowMessage() 공개 정적인 메소드

public static ShowMessage ( string message, bool isCancel = false ) : void
message string
isCancel bool
리턴 void

프로퍼티 상세

Navigation 공개적으로 정적으로 프로퍼티

public static INavigation Navigation
리턴 INavigation