Interface ICollectionExportFactoryImporter<TService, TMetadata>
Generic service contract for importers of a collection of export factories with metadata.
Namespace: Kephas.Composition.ExportFactoryImporters
Assembly: Kephas.Core.dll
Syntax
[AppServiceContract(AsOpenGeneric = true)]
public interface ICollectionExportFactoryImporter<out TService, out TMetadata> : ICollectionExportFactoryImporter
Type Parameters
Name | Description |
---|---|
TService | Type of the service. |
TMetadata | Type of the metadata. |
Properties
| Improve this Doc View SourceExportFactories
Gets the export factories.
Declaration
IEnumerable<IExportFactory<TService, TMetadata>> ExportFactories { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IExportFactory<TService, TMetadata>> | The export factories. |