Show / Hide Table of Contents

Class MefContentControlRegionAdapter

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

Inheritance
object
RegionAdapterBase<ContentControl>
ContentControlRegionAdapter
MefContentControlRegionAdapter
Implements
IRegionAdapter
ContentControlRegionAdapter.Adapt(IRegion, ContentControl)
ContentControlRegionAdapter.CreateRegion()
RegionAdapterBase<ContentControl>.Initialize(ContentControl, string)
RegionAdapterBase<ContentControl>.RegionBehaviorFactory
RegionAdapterBase<ContentControl>.AttachBehaviors(IRegion, ContentControl)
RegionAdapterBase<ContentControl>.AttachDefaultBehaviors(IRegion, ContentControl)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export(typeof(ContentControlRegionAdapter))]
[PartCreationPolicy(CreationPolicy.Shared)]
public class MefContentControlRegionAdapter : ContentControlRegionAdapter, IRegionAdapter
Remarks

This allows the ConfigureContainer() to provide this class as a default implementation. If another implementation is found, this export will not be used.

Constructors

View Source

MefContentControlRegionAdapter(IRegionBehaviorFactory)

Initializes a new instance of the MefContentControlRegionAdapter class.

Declaration
[ImportingConstructor]
public MefContentControlRegionAdapter(IRegionBehaviorFactory regionBehaviorFactory)
Parameters
Type Name Description
IRegionBehaviorFactory regionBehaviorFactory

The region behavior factory.

Implements

IRegionAdapter

Extension Methods

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