C# Class DisposeBehaviorSampleApp.Bootstrapper

Inheritance: Prism.Unity.UnityBootstrapper
Show file Open project: runceel/PrismEdu

Protected Methods

Method Description
ConfigureDefaultRegionBehaviors ( ) : IRegionBehaviorFactory
ConfigureModuleCatalog ( ) : void
CreateShell ( ) : DependencyObject
InitializeShell ( ) : void

Method Details

ConfigureDefaultRegionBehaviors() protected method

protected ConfigureDefaultRegionBehaviors ( ) : IRegionBehaviorFactory
return IRegionBehaviorFactory

ConfigureModuleCatalog() protected method

protected ConfigureModuleCatalog ( ) : void
return void

CreateShell() protected method

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

InitializeShell() protected method

protected InitializeShell ( ) : void
return void