Class MefRegionNavigationContentLoader
Exports the LocatorNavigationTargetHandler using the Managed Extensibility Framework (MEF).
Implements
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export(typeof(IRegionNavigationContentLoader))]
[PartCreationPolicy(CreationPolicy.Shared)]
public class MefRegionNavigationContentLoader : RegionNavigationContentLoader, IRegionNavigationContentLoader
Remarks
This allows the MefBootstrapper to provide this class as a default implementation. If another implementation is found, this export will not be used.
Constructors
View SourceMefRegionNavigationContentLoader(IServiceLocator)
Initializes a new instance of the MefRegionNavigationContentLoader class.
Declaration
[ImportingConstructor]
public MefRegionNavigationContentLoader(IServiceLocator serviceLocator)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceLocator | serviceLocator | CommonServiceLocator.IServiceLocator used to create the instance of the view from its Type. |