C# 클래스 CompositeWpfDemo.Infrastructure.Startup.CaliburnBootstrapper

파일 보기 프로젝트 열기: pwlodek/CodeGallery

공개 메소드들

메소드 설명
Run ( ) : void

Runs the bootstrapper sequence.

보호된 메소드들

메소드 설명
AfterStart ( ) : void

Configures application after Caliburn framework has started.

BeforeStart ( CoreConfiguration core ) : void

Configures additional modules befores the starting the Caliburn framework.

CaliburnBootstrapper ( IApplication application ) : System

Initializes a new instance of the CaliburnBootstrapper class.

ConfigureCaliburn ( CoreConfiguration configuration ) : void

Configures the Caliburn framework.

CreateCaliburnContainer ( ) : IContainer
CreateContainer ( ) : IContainerFacade
CreateShell ( ) : DependencyObject
InitializeServices ( ) : void
RegisterPresenters ( ) : void
RegisterServices ( ) : void
RegisterViews ( ) : void

메소드 상세

AfterStart() 보호된 메소드

Configures application after Caliburn framework has started.
protected AfterStart ( ) : void
리턴 void

BeforeStart() 보호된 메소드

Configures additional modules befores the starting the Caliburn framework.
protected BeforeStart ( CoreConfiguration core ) : void
core CoreConfiguration The core of Caliburn.
리턴 void

CaliburnBootstrapper() 보호된 메소드

Initializes a new instance of the CaliburnBootstrapper class.
protected CaliburnBootstrapper ( IApplication application ) : System
application IApplication Instance representing current application.
리턴 System

ConfigureCaliburn() 보호된 메소드

Configures the Caliburn framework.
protected ConfigureCaliburn ( CoreConfiguration configuration ) : void
configuration CoreConfiguration The core of Caliburn.
리턴 void

CreateCaliburnContainer() 보호된 추상적인 메소드

protected abstract CreateCaliburnContainer ( ) : IContainer
리턴 IContainer

CreateContainer() 보호된 추상적인 메소드

protected abstract CreateContainer ( ) : IContainerFacade
리턴 IContainerFacade

CreateShell() 보호된 추상적인 메소드

protected abstract CreateShell ( ) : DependencyObject
리턴 DependencyObject

InitializeServices() 보호된 메소드

protected InitializeServices ( ) : void
리턴 void

RegisterPresenters() 보호된 메소드

protected RegisterPresenters ( ) : void
리턴 void

RegisterServices() 보호된 메소드

protected RegisterServices ( ) : void
리턴 void

RegisterViews() 보호된 메소드

protected RegisterViews ( ) : void
리턴 void

Run() 공개 메소드

Runs the bootstrapper sequence.
public Run ( ) : void
리턴 void