Microsoft.Practices.Prism.UnityExtensions
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to Adding UnityBootstrapperExtension to container..
Looks up a localized string similar to Bootstrapper sequence completed..
Looks up a localized string similar to Configuring default region behaviors..
Looks up a localized string similar to Configuring module catalog..
Looks up a localized string similar to Configuring region adapters..
Looks up a localized string similar to Configuring ServiceLocator singleton..
Looks up a localized string similar to Configuring the Unity container..
Looks up a localized string similar to Creating module catalog..
Looks up a localized string similar to Creating the shell..
Looks up a localized string similar to Creating Unity container..
Looks up a localized string similar to Initializing modules..
Looks up a localized string similar to Initializing the shell..
Looks up a localized string similar to Logger was created successfully..
Looks up a localized string similar to The method 'GetModuleEnumerator' of the bootstrapper must be overwritten in order to use the default module initialization logic..
Looks up a localized string similar to The ILoggerFacade is required and cannot be null..
Looks up a localized string similar to The IModuleCatalog is required and cannot be null in order to initialize the modules..
Looks up a localized string similar to The IUnityContainer is required and cannot be null..
Looks up a localized string similar to Registering Framework Exception Types..
Looks up a localized string similar to Setting the RegionManager..
Looks up a localized string similar to Type '{0}' was already registered by the application. Skipping....
Looks up a localized string similar to Updating Regions..
Base class that provides a basic bootstrapping sequence that
registers most of the Composite Application Library assets
in a .
This class must be overriden to provide application specific configuration.
Run the bootstrapper process.
If , registers default Composite Application Library services in the container. This is the default behavior.
Configures the LocatorProvider for the .
Registers in the the of the Exceptions
that are not considered root exceptions by the .
Configures the . May be overwritten in a derived class to add specific
type mappings required by the application.
Initializes the modules. May be overwritten in a derived class to use a custom Modules Catalog
Creates the that will be used as the default container.
A new instance of .
Registers a type in the container only if that type was not already registered.
The interface type to register.
The type implementing the interface.
Registers the type as a singleton.
Gets the default for the application.
The default instance.
Implements a that checks if a specific type was registered with the container.
Evaluates if a specified type was registered in the container.
The container to check if the type was registered in.
The type to check if it was registered.
if the was registered with the container.
In order to use this extension, you must first call
and specify as the extension type.
Initializes the container with this extension's functionality.
Extensions methods to extend and facilitate the usage of .
Returns whether a specified type has a type mapping registered in the container.
The to check for the type mapping.
The type to check if there is a type mapping for.
if there is a type mapping registered for .
In order to use this extension method, you first need to add the
extension to the .
Utility method to try to resolve a service from the container avoiding an exception if the container cannot build the type.
The cointainer that will be used to resolve the type.
The type to resolve.
The instance of built up by the container.
Utility method to try to resolve a service from the container avoiding an exception if the container cannot build the type.
The cointainer that will be used to resolve the type.
The type to resolve.
The instance of built up by the container.
Defines a adapter for the interface to be used by the Composite Application Library.
Initializes a new instance of .
The that will be used
by the and methods.
Resolves the instance of the requested service.
Type of instance requested.
Name of registered service you want. May be null.
The requested service instance.
Resolves all the instances of the requested service.
Type of service requested.
Sequence of service instance objects.