Show / Hide Table of Contents

Class ExportFactoryImporter<TService>

Service importing an export factory.

Inheritance
System.Object
ExportFactoryImporter<TService>
Implements
IExportFactoryImporter<TService>
IExportFactoryImporter
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 ExportFactoryImporter<TService> : IExportFactoryImporter<TService>, IExportFactoryImporter
Type Parameters
Name Description
TService

Type of the service.

Constructors

| Improve this Doc View Source

ExportFactoryImporter(IExportFactory<TService>)

Initializes a new instance of the ExportFactoryImporter<TService> class.

Declaration
public ExportFactoryImporter(IExportFactory<TService> exportFactory)
Parameters
Type Name Description
IExportFactory<TService> exportFactory

The export factory.

Properties

| Improve this Doc View Source

ExportFactory

Gets the export factory.

Declaration
public IExportFactory<TService> ExportFactory { get; }
Property Value
Type Description
IExportFactory<TService>

The export factory.

Explicit Interface Implementations

| Improve this Doc View Source

IExportFactoryImporter.ExportFactory

Gets the export factory.

Declaration
object IExportFactoryImporter.ExportFactory { get; }
Returns
Type Description
System.Object

Implements

IExportFactoryImporter<TService>
IExportFactoryImporter

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