IConventionTypeBaseBuilder
Metadata
CanHaveComplexCollection(MemberInfo, Type, Boolean)
CanHaveComplexCollection(Type, String, Type, Boolean)
CanHaveComplexIndexerProperty(Type, String, Type, Boolean)
CanHaveComplexProperty(MemberInfo, Type, Boolean)
CanHaveComplexProperty(Type, String, Type, Boolean)
CanHaveIndexerProperty(Type, String, Boolean)
CanHaveProperty(MemberInfo, Boolean)
CanHaveProperty(Type, String, Boolean)
CanIgnore(String, Boolean)
CanRemoveComplexProperty(IConventionComplexProperty, Boolean)
CanRemoveDiscriminator(Boolean)
CanRemoveProperty(IConventionProperty, Boolean)
CanSetChangeTrackingStrategy(ChangeTrackingStrategy?, Boolean)
CanSetDiscriminator(MemberInfo, Boolean)
CanSetDiscriminator(String, Boolean)
CanSetDiscriminator(Type, Boolean)
CanSetDiscriminator(String, Type, Boolean)
CanSetPropertyAccessMode(PropertyAccessMode?, Boolean)
ComplexCollection(MemberInfo, Type, Boolean)
ComplexCollection(Type, String, Type, Boolean)
ComplexIndexerProperty(Type, String, Type, Boolean)
ComplexProperty(MemberInfo, Type, Boolean)
ComplexProperty(Type, String, Type, Boolean)
CreateUniqueProperty(Type, String, Boolean)
GetOrCreateProperties(IEnumerable<MemberInfo>, Boolean)
GetOrCreateProperties(IReadOnlyList<String>, Boolean)
HasAnnotation(String, Object, Boolean)
HasChangeTrackingStrategy(ChangeTrackingStrategy?, Boolean)
HasNoAnnotation(String, Boolean)
HasNoComplexProperty(IConventionComplexProperty, Boolean)
HasNonNullAnnotation(String, Object, Boolean)
HasNoProperty(IConventionProperty, Boolean)
Ignore(String, Boolean)
IndexerProperty(Type, String, Boolean)
IsIgnored(String, Boolean)
Property(MemberInfo, Boolean)
Property(Type, String, Boolean, Boolean)
RemoveUnusedImplicitProperties(IReadOnlyList<IConventionProperty>)
UsePropertyAccessMode(PropertyAccessMode?, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Builders
{
public interface IConventionTypeBaseBuilder : IConventionAnnotatableBuilder
{
[Obsolete("This isn't supported yet, see #31244")]
bool CanHaveComplexIndexerProperty(Type! propertyType, string! propertyName, Type? complexType, bool fromDataAnnotation = false);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Obsolete | This isn't supported yet, see #31244 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API