C# Class CompositeWpfDemo.Infrastructure.Startup.CaliburnBootstrapper

Afficher le fichier Open project: pwlodek/CodeGallery

Méthodes publiques

Méthode Description
Run ( ) : void

Runs the bootstrapper sequence.

Méthodes protégées

Méthode Description
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

Method Details

AfterStart() protected méthode

Configures application after Caliburn framework has started.
protected AfterStart ( ) : void
Résultat void

BeforeStart() protected méthode

Configures additional modules befores the starting the Caliburn framework.
protected BeforeStart ( CoreConfiguration core ) : void
core CoreConfiguration The core of Caliburn.
Résultat void

CaliburnBootstrapper() protected méthode

Initializes a new instance of the CaliburnBootstrapper class.
protected CaliburnBootstrapper ( IApplication application ) : System
application IApplication Instance representing current application.
Résultat System

ConfigureCaliburn() protected méthode

Configures the Caliburn framework.
protected ConfigureCaliburn ( CoreConfiguration configuration ) : void
configuration CoreConfiguration The core of Caliburn.
Résultat void

CreateCaliburnContainer() protected abstract méthode

protected abstract CreateCaliburnContainer ( ) : IContainer
Résultat IContainer

CreateContainer() protected abstract méthode

protected abstract CreateContainer ( ) : IContainerFacade
Résultat IContainerFacade

CreateShell() protected abstract méthode

protected abstract CreateShell ( ) : DependencyObject
Résultat DependencyObject

InitializeServices() protected méthode

protected InitializeServices ( ) : void
Résultat void

RegisterPresenters() protected méthode

protected RegisterPresenters ( ) : void
Résultat void

RegisterServices() protected méthode

protected RegisterServices ( ) : void
Résultat void

RegisterViews() protected méthode

protected RegisterViews ( ) : void
Résultat void

Run() public méthode

Runs the bootstrapper sequence.
public Run ( ) : void
Résultat void