C# Class MetroPass.UI.App

Afficher le fichier Open project: TheAngryByrd/MetroPass

Méthodes publiques

Свойство Type Description
NormalFont Windows.UI.Xaml.Media.FontFamily
PasswordFont Windows.UI.Xaml.Media.FontFamily

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnFileActivated ( FileActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void
OnResuming ( object sender, object e ) : void
OnSearchActivated ( Windows args ) : void
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
OnWindowCreated ( Windows args ) : void
PrepareViewFirst ( Frame rootFrame ) : void

Private Methods

Méthode Description
ConfigureSettings ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void
GetBaseScreen ( ) : BaseScreen
LaunchUrl ( string url ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void
SaveSettings ( DatabaseSettingsViewModel settingsViewModel, UIElement _ ) : void
SetAds ( bool value ) : void
SettingsClosed ( DatabaseSettingsViewModel s, UIElement v ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

BuildUp() protected méthode

protected BuildUp ( object instance ) : void
instance object
Résultat void

Configure() protected méthode

protected Configure ( ) : void
Résultat void

GetAllInstances() protected méthode

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
Résultat IEnumerable

GetInstance() protected méthode

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
Résultat object

OnFileActivated() protected méthode

protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
Résultat void

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void

OnResuming() protected méthode

protected OnResuming ( object sender, object e ) : void
sender object
e object
Résultat void

OnSearchActivated() protected méthode

protected OnSearchActivated ( Windows args ) : void
args Windows
Résultat void

OnUnhandledException() protected méthode

protected OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e UnhandledExceptionEventArgs
Résultat void

OnWindowCreated() protected méthode

protected OnWindowCreated ( Windows args ) : void
args Windows
Résultat void

PrepareViewFirst() protected méthode

protected PrepareViewFirst ( Frame rootFrame ) : void
rootFrame Windows.UI.Xaml.Controls.Frame
Résultat void

Property Details

NormalFont public_oe static_oe property

public static FontFamily,Windows.UI.Xaml.Media NormalFont
Résultat Windows.UI.Xaml.Media.FontFamily

PasswordFont public_oe static_oe property

public static FontFamily,Windows.UI.Xaml.Media PasswordFont
Résultat Windows.UI.Xaml.Media.FontFamily