PartConventionBuilder
AddPartMetadata(String, Object)
AddPartMetadata(String, Func<Type, Object>)
Export()
Export(Action<ExportConventionBuilder>)
Export<T>()
Export<T>(Action<ExportConventionBuilder>)
ExportInterfaces()
ExportInterfaces(Predicate<Type>)
ExportInterfaces(Predicate<Type>, Action<Type, ExportConventionBuilder>)
ExportProperties(Predicate<PropertyInfo>)
ExportProperties<T>(Predicate<PropertyInfo>)
ExportProperties(Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>)
ExportProperties<T>(Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>)
ImportProperties(Predicate<PropertyInfo>)
ImportProperties<T>(Predicate<PropertyInfo>)
ImportProperties(Predicate<PropertyInfo>, Action<PropertyInfo, ImportConventionBuilder>)
ImportProperties<T>(Predicate<PropertyInfo>, Action<PropertyInfo, ImportConventionBuilder>)
NotifyImportsSatisfied(Predicate<MethodInfo>)
SelectConstructor(Func<IEnumerable<ConstructorInfo>, ConstructorInfo>)
SelectConstructor(Func<IEnumerable<ConstructorInfo>, ConstructorInfo>, Action<ParameterInfo, ImportConventionBuilder>)
Shared()
Shared(String)
net10.0
namespace System.Composition.Convention
{
public class PartConventionBuilder
{
public PartConventionBuilder ExportInterfaces(Predicate<Type> interfaceFilter, Action<Type, ExportConventionBuilder> exportConfiguration);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 8.09.010.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Composition.Convention , Version=10.0.0.1, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | Your project needs a package reference to |
| Package | System.Composition.Convention (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API