Show / Hide Table of Contents

Class Export<TService, TMetadata>

An export with metadata.

Inheritance
System.Object
Export<TService>
Export<TService, TMetadata>
Implements
IExport<TService, TMetadata>
IExport<TService>
IExport
System.IDisposable
Inherited Members
Export<TService>.Value
Export<TService>.IExport.Value
Export<TService>.Dispose()
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.ExportFactories
Assembly: Kephas.Core.dll
Syntax
public class Export<TService, TMetadata> : Export<TService>, IExport<TService, TMetadata>, IExport<TService>, IExport, IDisposable
Type Parameters
Name Description
TService

Type of the service.

TMetadata

Type of the metadata.

Constructors

| Improve this Doc View Source

Export(Func<Tuple<TService, Action>>, TMetadata)

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

Declaration
public Export(Func<Tuple<TService, Action>> factory, TMetadata metadata)
Parameters
Type Name Description
System.Func<System.Tuple<TService, System.Action>> factory

The factory.

TMetadata metadata

The metadata.

Properties

| Improve this Doc View Source

Metadata

Gets the metadata.

Declaration
public TMetadata Metadata { get; }
Property Value
Type Description
TMetadata

The metadata.

Implements

IExport<T, TMetadata>
IExport<T>
IExport
System.IDisposable

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