C# Class SwtorCaster.Core.Bootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Afficher le fichier Open project: pjmagee/swtor-caster

Méthodes publiques

Méthode Description
Bootstrapper ( ) : 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
OnExit ( object sender, EventArgs e ) : void
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
BindServices ( ) : void
BindViewModels ( ) : void
InitializeImages ( ) : Task

Method Details

Bootstrapper() public méthode

public Bootstrapper ( ) : 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

OnExit() protected méthode

protected OnExit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnStartup() protected méthode

protected OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
Résultat void