Class MefRegionNavigationService
Exports the MefRegionNavigationService using the Managed Extensibility Framework (MEF).
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export(typeof(IRegionNavigationService))]
[PartCreationPolicy(CreationPolicy.NonShared)]
public class MefRegionNavigationService : RegionNavigationService, IRegionNavigationService, INavigate
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 SourceMefRegionNavigationService(IServiceLocator, IRegionNavigationContentLoader, IRegionNavigationJournal)
Initializes a new instance of the MefRegionNavigationService class.
Declaration
[ImportingConstructor]
public MefRegionNavigationService(IServiceLocator serviceLocator, IRegionNavigationContentLoader navigationContentLoader, IRegionNavigationJournal journal)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceLocator | serviceLocator | The service locator. |
| IRegionNavigationContentLoader | navigationContentLoader | The navigation content loader. |
| IRegionNavigationJournal | journal | The navigation journal. |