Click or drag to resize

IMetadataRegistrarTInterface, TMetadata Interface

Provides a mechanism to separate metadata registrations from compile-time attributes.

Namespace:  Autofac.Extras.AttributeMetadata
Assembly:  Autofac.Extras.AttributeMetadata (in Autofac.Extras.AttributeMetadata.dll) Version: 6.0.0+9ca59cfaf8ca9a019932258d79b859bcf16e8ed2
Syntax
public interface IMetadataRegistrar<in TInterface, in TMetadata>

Type Parameters

TInterface
Interface used on concrete types of metadata decorated instances.
TMetadata
Strongly typed metadata definition.

The IMetadataRegistrarTInterface, TMetadata type exposes the following members.

Properties
  NameDescription
Public propertyContainerBuilder
Gets the builder used to build an IContainer from component registrations.
Top
Methods
See Also