C# Class ServiceInsight.Startup.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Mostrar archivo Open project: Particular/ServiceInsight

Protected Properties

Property Type Description
container Autofac.IContainer

Public Methods

Method Description
AppBootstrapper ( ) : System

Protected Methods

Method 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

Method Description
SetupUIAutomation ( ) : void

Method Details

AppBootstrapper() public method

public AppBootstrapper ( ) : System
return System

ApplyBindingCulture() protected method

protected ApplyBindingCulture ( ) : void
return void

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

Configure() protected method

protected Configure ( ) : void
return void

CreateContainer() protected method

protected CreateContainer ( ) : void
return void

ExtendConventions() protected method

protected ExtendConventions ( ) : void
return void

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
return object

OnStartup() protected method

protected OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
return void

PrepareApplication() protected method

protected PrepareApplication ( ) : void
return void

Property Details

container protected_oe property

protected IContainer,Autofac container
return Autofac.IContainer