C# Class MetroPass.WP8.UI.Bootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapper
Afficher le fichier Open project: TheAngryByrd/MetroPass

Méthodes protégées

Méthode Description
BuildUp ( object instance ) : void
Configure ( ) : void
ConfigureConvetions ( ) : void
CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object

Private Methods

Méthode Description
AddCustomConventions ( ) : void
AddView ( ) : void
AddViewModels ( ) : void
BindVisiblityProperties ( IEnumerable frameWorkElements, Type viewModel ) : void
RootFrame_Navigated ( object sender, System e ) : void
RootFrame_Navigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Method Details

BuildUp() protected méthode

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

Configure() protected méthode

protected Configure ( ) : void
Résultat void

ConfigureConvetions() protected méthode

protected ConfigureConvetions ( ) : void
Résultat void

CreatePhoneApplicationFrame() protected méthode

protected CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
Résultat PhoneApplicationFrame

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