IMetadataRegistrarTInterface, TMetadata Interface |
Namespace: Autofac.Extras.AttributeMetadata
The IMetadataRegistrarTInterface, TMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainerBuilder |
Gets the builder used to build an IContainer from component registrations.
|
Name | Description | |
---|---|---|
![]() | RegisterAttributedType(Type) |
Registers the provided concrete instance type and scans it for generate metadata data.
|
![]() | RegisterAttributedTypeTInstance |
Registers the provided concrete instance and scans it for generic MetadataAttribute data.
|
![]() | RegisterType(Type, TMetadata) |
Registers provided metadata on the declared type.
|
![]() | RegisterTypeTInstance(TMetadata) |
Registers provided metadata on the declared type.
|