Show / Hide Table of Contents

Class Export<TService>

An export.

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

Type of the service.

Constructors

| Improve this Doc View Source

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

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

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

The factory.

Properties

| Improve this Doc View Source

Value

Gets the value.

Declaration
public TService Value { get; }
Property Value
Type Description
TService

Methods

| Improve this Doc View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public virtual void Dispose()

Explicit Interface Implementations

| Improve this Doc View Source

IExport.Value

Gets the exported value.

Declaration
object IExport.Value { get; }
Returns
Type Description
System.Object

The exported value.

Implements

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