Class MefSyncRegionContextWithHostBehavior
Exports the SyncRegionContextWithHostBehavior using the Managed Extensibility Framework (MEF).
Inheritance
MefSyncRegionContextWithHostBehavior
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export(typeof(SyncRegionContextWithHostBehavior))]
[PartCreationPolicy(CreationPolicy.NonShared)]
public class MefSyncRegionContextWithHostBehavior : SyncRegionContextWithHostBehavior, IHostAwareRegionBehavior, IRegionBehavior
Remarks
This allows the MefBootstrapper to provide this class as a default implementation. If another implementation is found, this export will not be used.