Show / Hide Table of Contents

Class MefDelayedRegionCreationBehavior

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

Inheritance
System.Object
DelayedRegionCreationBehavior
MefDelayedRegionCreationBehavior
DelayedRegionCreationBehavior.TargetElement
DelayedRegionCreationBehavior.Attach()
DelayedRegionCreationBehavior.Detach()
DelayedRegionCreationBehavior.OnUpdatingRegions(Object, EventArgs)
DelayedRegionCreationBehavior.CreateRegion(DependencyObject, String)
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(DelayedRegionCreationBehavior))]
[PartCreationPolicy(CreationPolicy.NonShared)]
public class MefDelayedRegionCreationBehavior : DelayedRegionCreationBehavior
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 Source

MefDelayedRegionCreationBehavior(RegionAdapterMappings)

Initializes a new instance of the MefDelayedRegionCreationBehavior class.

Declaration
[ImportingConstructor]
public MefDelayedRegionCreationBehavior(RegionAdapterMappings regionAdapterMappings)
Parameters
Type Name Description
RegionAdapterMappings regionAdapterMappings

The region adapter mappings, that are used to find the correct adapter for a given controltype. The controltype is determined by the value.

Extension Methods

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