C# Class OS2Indberetning.App

Inheritance: Xamarin.Forms.Application
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone

Méthodes publiques

Свойство Type Description
Navigation INavigation

Méthodes publiques

Méthode Description
App ( ) : System
ShowLoading ( bool isRunning, bool isCancel = false ) : void
ShowMessage ( string message, bool isCancel = false ) : void

Méthodes protégées

Méthode Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Private Methods

Méthode Description
GetMainPage ( ) : Page

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

RegisterPages ( ) : void
SetScreenHeightAndWidth ( ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnSleep() protected méthode

protected OnSleep ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

ShowLoading() public static méthode

public static ShowLoading ( bool isRunning, bool isCancel = false ) : void
isRunning bool
isCancel bool
Résultat void

ShowMessage() public static méthode

public static ShowMessage ( string message, bool isCancel = false ) : void
message string
isCancel bool
Résultat void

Property Details

Navigation public_oe static_oe property

public static INavigation Navigation
Résultat INavigation