C# Class CompositeWpfDemo.Shell.Startup.Bootstrapper

Inheritance: CompositeWpfDemo.Infrastructure.Startup.CaliburnBootstrapper
Afficher le fichier Open project: pwlodek/CodeGallery Class Usage Examples

Méthodes publiques

Méthode Description
Bootstrapper ( IApplication application ) : System

Méthodes protégées

Méthode Description
AfterStart ( ) : void
ConfigureCaliburn ( CoreConfiguration configuration ) : void
CreateCaliburnContainer ( ) : IContainer
CreateContainer ( ) : IContainerFacade
CreateShell ( ) : DependencyObject
RegisterViews ( ) : void

Private Methods

Méthode Description
ExecuteShutdownModel ( ISubordinate subordinate, System.Action completed ) : void

Method Details

AfterStart() protected méthode

protected AfterStart ( ) : void
Résultat void

Bootstrapper() public méthode

public Bootstrapper ( IApplication application ) : System
application IApplication
Résultat System

ConfigureCaliburn() protected méthode

protected ConfigureCaliburn ( CoreConfiguration configuration ) : void
configuration CoreConfiguration
Résultat void

CreateCaliburnContainer() protected méthode

protected CreateCaliburnContainer ( ) : IContainer
Résultat IContainer

CreateContainer() protected méthode

protected CreateContainer ( ) : IContainerFacade
Résultat IContainerFacade

CreateShell() protected méthode

protected CreateShell ( ) : DependencyObject
Résultat System.Windows.DependencyObject

RegisterViews() protected méthode

protected RegisterViews ( ) : void
Résultat void