C# Class CompositeWpfDemo.Shell.Startup.Bootstrapper

Inheritance: CompositeWpfDemo.Infrastructure.Startup.CaliburnBootstrapper
Mostra file Open project: pwlodek/CodeGallery Class Usage Examples

Public Methods

Method Description
Bootstrapper ( IApplication application ) : System

Protected Methods

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

Private Methods

Method Description
ExecuteShutdownModel ( ISubordinate subordinate, System.Action completed ) : void

Method Details

AfterStart() protected method

protected AfterStart ( ) : void
return void

Bootstrapper() public method

public Bootstrapper ( IApplication application ) : System
application IApplication
return System

ConfigureCaliburn() protected method

protected ConfigureCaliburn ( CoreConfiguration configuration ) : void
configuration CoreConfiguration
return void

CreateCaliburnContainer() protected method

protected CreateCaliburnContainer ( ) : IContainer
return IContainer

CreateContainer() protected method

protected CreateContainer ( ) : IContainerFacade
return IContainerFacade

CreateShell() protected method

protected CreateShell ( ) : DependencyObject
return System.Windows.DependencyObject

RegisterViews() protected method

protected RegisterViews ( ) : void
return void