Show / Hide Table of Contents

Class CollectionExportFactoryImporter<TService, TMetadata>

Service importing a collection of export factories with metadata.

Inheritance
System.Object
CollectionExportFactoryImporter<TService, TMetadata>
Implements
ICollectionExportFactoryImporter<TService, TMetadata>
ICollectionExportFactoryImporter
Inherited Members
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: Kephas.Composition.ExportFactoryImporters
Assembly: Kephas.Core.dll
Syntax
public class CollectionExportFactoryImporter<TService, TMetadata> : ICollectionExportFactoryImporter<TService, TMetadata>, ICollectionExportFactoryImporter
Type Parameters
Name Description
TService

Type of the service.

TMetadata

Type of the metadata.

Constructors

| Improve this Doc View Source

CollectionExportFactoryImporter(IEnumerable<IExportFactory<TService, TMetadata>>)

Initializes a new instance of the CollectionExportFactoryImporter<TService, TMetadata> class.

Declaration
public CollectionExportFactoryImporter(IEnumerable<IExportFactory<TService, TMetadata>> exportFactories)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IExportFactory<TService, TMetadata>> exportFactories

The export factories.

Properties

| Improve this Doc View Source

ExportFactories

Gets the export factories.

Declaration
public IEnumerable<IExportFactory<TService, TMetadata>> ExportFactories { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<IExportFactory<TService, TMetadata>>

The export factories.

Explicit Interface Implementations

| Improve this Doc View Source

ICollectionExportFactoryImporter.ExportFactories

Gets the export factories.

Declaration
IEnumerable ICollectionExportFactoryImporter.ExportFactories { get; }
Returns
Type Description
System.Collections.IEnumerable
Remarks

The invocation of ToList() allows importing of System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IList<T>, and System.Collections.Generic.List<T>.

Implements

ICollectionExportFactoryImporter<TService, TMetadata>
ICollectionExportFactoryImporter

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX