Table of Contents

Class MefServiceContainer

Namespace
Dynamicweb.Extensibility.Providers
Assembly
Dynamicweb.Extensibility.dll
Class MefServiceContainer contains Dynamicweb implementation service container using MEF
[Obsolete("Is not used. Provides backward compatibility.")]
public class MefServiceContainer : IServiceContainer
Inheritance
MefServiceContainer
Implements
Inherited Members

Constructors

MefServiceContainer()

Initializes a new instance of the MefServiceContainer class.
public MefServiceContainer()
See Also

Properties

Catalog

Gets or sets the catalog.
public AggregateCatalog Catalog { get; set; }

Property Value

AggregateCatalog
The catalog.
See Also

Container

Gets or sets the container.
public CompositionContainer Container { get; set; }

Property Value

CompositionContainer
The container.
See Also

Methods

Compose(object)

Composes the specified composite.
public void Compose(object composite)

Parameters

composite object
The composite.
See Also

See Also

To top