Class MefRegionMemberLifetimeBehavior
Exports the AutoPopulateRegionBehavior using the Managed Extensibility Framework (MEF).
Implements
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export(typeof(RegionMemberLifetimeBehavior))]
[PartCreationPolicy(CreationPolicy.NonShared)]
public class MefRegionMemberLifetimeBehavior : RegionMemberLifetimeBehavior, 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.
Constructors
View SourceMefRegionMemberLifetimeBehavior()
Initializes a new instance of the MefAutoPopulateRegionBehavior class.
Declaration
[ImportingConstructor]
public MefRegionMemberLifetimeBehavior()