Show / Hide Table of Contents

Class MefRegionActiveAwareBehavior

Exports the RegionActiveAwareBehavior using the Managed Extensibility Framework (MEF).

Inheritance
System.Object
RegionActiveAwareBehavior
MefRegionActiveAwareBehavior
Implements
IRegionBehavior
RegionActiveAwareBehavior.Region
RegionActiveAwareBehavior.Attach()
RegionActiveAwareBehavior.Detach()
RegionActiveAwareBehavior.BehaviorKey
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export(typeof(RegionActiveAwareBehavior))]
[PartCreationPolicy(CreationPolicy.NonShared)]
public class MefRegionActiveAwareBehavior : RegionActiveAwareBehavior, 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.

Implements

IRegionBehavior

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX