System.Composition.Convention Namespace
The System.Composition.Convention namespace provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
| Class | Description | |
|---|---|---|
![]() | AttributedModelProvider | Provides augmented reflection data to support convention-based models. |
![]() | ConventionBuilder | Contains methods to define objects as MEF parts. |
![]() | ExportConventionBuilder | Configures an export that is associated with a part. |
![]() | ImportConventionBuilder | Configures an import that is associated with a part. |
![]() | ParameterImportConventionBuilder | Represents a helper type that is used only in expressions. |
![]() | PartConventionBuilder | Configures a type as a part. |
![]() | PartConventionBuilder<T> | Configures a type as a part, with strongly typed return values. |
