C# 클래스 ServiceInsight.Startup.AppBootstrapper

상속: Caliburn.Micro.BootstrapperBase
파일 보기 프로젝트 열기: Particular/ServiceInsight

보호된 프로퍼티들

프로퍼티 타입 설명
container Autofac.IContainer

공개 메소드들

메소드 설명
AppBootstrapper ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SetupUIAutomation ( ) : void

메소드 상세

AppBootstrapper() 공개 메소드

public AppBootstrapper ( ) : System
리턴 System

ApplyBindingCulture() 보호된 메소드

protected ApplyBindingCulture ( ) : void
리턴 void

BuildUp() 보호된 메소드

protected BuildUp ( object instance ) : void
instance object
리턴 void

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

CreateContainer() 보호된 메소드

protected CreateContainer ( ) : void
리턴 void

ExtendConventions() 보호된 메소드

protected ExtendConventions ( ) : void
리턴 void

GetAllInstances() 보호된 메소드

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
리턴 IEnumerable

GetInstance() 보호된 메소드

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

OnStartup() 보호된 메소드

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

PrepareApplication() 보호된 메소드

protected PrepareApplication ( ) : void
리턴 void

프로퍼티 상세

container 보호되어 있는 프로퍼티

protected IContainer,Autofac container
리턴 Autofac.IContainer