C# Class ServiceInsight.Startup.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Afficher le fichier Open project: Particular/ServiceInsight

Protected Properties

Свойство Type Description
container Autofac.IContainer

Méthodes publiques

Méthode Description
AppBootstrapper ( ) : System

Méthodes protégées

Méthode Description
ApplyBindingCulture ( ) : void
BuildUp ( object instance ) : void
Configure ( ) : void
CreateContainer ( ) : void
ExtendConventions ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void
PrepareApplication ( ) : void

Private Methods

Méthode Description
SetupUIAutomation ( ) : void

Method Details

AppBootstrapper() public méthode

public AppBootstrapper ( ) : System
Résultat System

ApplyBindingCulture() protected méthode

protected ApplyBindingCulture ( ) : void
Résultat void

BuildUp() protected méthode

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

Configure() protected méthode

protected Configure ( ) : void
Résultat void

CreateContainer() protected méthode

protected CreateContainer ( ) : void
Résultat void

ExtendConventions() protected méthode

protected ExtendConventions ( ) : 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

OnStartup() protected méthode

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

PrepareApplication() protected méthode

protected PrepareApplication ( ) : void
Résultat void

Property Details

container protected_oe property

protected IContainer,Autofac container
Résultat Autofac.IContainer