Méthode | Description | |
---|---|---|
Run ( ) : void |
Runs the bootstrapper process.
|
|
Run ( bool runWithDefaultConfiguration ) : void |
Run the bootstrapper process.
|
Méthode | Description | |
---|---|---|
ConfigureContainer ( ) : void |
Configures the IUnityContainer. May be overwritten in a derived class to add specific type mappings required by the application.
|
|
ConfigureDefaultRegionBehaviors ( ) : IRegionBehaviorFactory |
Configures the IRegionBehaviorFactory. This will be the list of default behaviors that will be added to a region.
|
|
ConfigureModuleCatalog ( ) : void |
Configures the IModuleCatalog used by Prism.
|
|
ConfigureRegionAdapterMappings ( ) : |
Configures the default region adapter mappings to use in the application, in order to adapt UI controls defined in XAML to use a region and register it automatically. May be overwritten in a derived class to add specific mappings required by the application.
|
|
ConfigureServiceLocator ( ) : void |
Configures the LocatorProvider for the ServiceLocator.
|
|
CreateContainer ( ) : IUnityContainer |
Creates the IUnityContainer that will be used as the default container.
|
|
CreateLogger ( ) : ILoggerFacade | ||
CreateModuleCatalog ( ) : IModuleCatalog |
Creates the IModuleCatalog used by Prism. The base implementation returns a new ModuleCatalog. |
|
CreateShell ( ) : |
||
InitializeModules ( ) : void |
Initializes the modules. May be overwritten in a derived class to use custom module loading and avoid using an IModuleLoader and IModuleEnumerator.
|
|
InitializeShell ( ) : void | ||
RegisterFrameworkExceptionTypes ( ) : void |
Registers in the IUnityContainer the Type of the Exceptions that are not considered root exceptions by the ExceptionExtensions.
|
|
RegisterTypeIfMissing ( |
Registers a type in the container only if that type was not already registered.
|
protected ConfigureDefaultRegionBehaviors ( ) : IRegionBehaviorFactory | ||
Résultat | IRegionBehaviorFactory |
protected ConfigureModuleCatalog ( ) : void | ||
Résultat | void |
protected ConfigureRegionAdapterMappings ( ) : |
||
Résultat |
protected ConfigureServiceLocator ( ) : void | ||
Résultat | void |
protected CreateContainer ( ) : IUnityContainer | ||
Résultat | IUnityContainer |
protected CreateModuleCatalog ( ) : IModuleCatalog | ||
Résultat | IModuleCatalog |
protected abstract CreateShell ( ) : |
||
Résultat |
protected abstract InitializeShell ( ) : void | ||
Résultat | void |
protected RegisterFrameworkExceptionTypes ( ) : void | ||
Résultat | void |
protected RegisterTypeIfMissing ( |
||
fromType | The interface type to register. | |
toType | The type implementing the interface. | |
registerAsSingleton | bool | Registers the type as a singleton. |
Résultat | void |
public Run ( bool runWithDefaultConfiguration ) : void | ||
runWithDefaultConfiguration | bool | |
Résultat | void |