IConventionTypeBase
BaseType
Builder
ContainingEntityType
Model
AddComplexIndexerProperty(String, Type, Type, String, Boolean, Boolean)
AddComplexProperty(String, Boolean, Boolean)
AddComplexProperty(MemberInfo, String, Boolean, Boolean)
AddComplexProperty(String, Type, Type, String, Boolean, Boolean)
AddComplexProperty(String, Type, MemberInfo, Type, String, Boolean, Boolean)
AddIgnored(String, Boolean)
AddIndexerProperty(String, Type, Boolean, Boolean)
AddProperty(MemberInfo, Boolean)
AddProperty(String, Boolean)
AddProperty(String, Type, Boolean, Boolean)
AddProperty(String, Type, MemberInfo, Boolean, Boolean)
FindComplexProperty(MemberInfo)
FindComplexProperty(String)
FindDeclaredComplexProperty(String)
FindDeclaredProperty(String)
FindDiscriminatorProperty()
FindIgnoredConfigurationSource(String)
FindMember(String)
FindMembersInHierarchy(String)
FindProperties(IReadOnlyList<String>)
FindProperty(MemberInfo)
FindProperty(String)
GetBaseTypeConfigurationSource()
GetChangeTrackingStrategyConfigurationSource()
GetComplexProperties()
GetDeclaredComplexProperties()
GetDeclaredMembers()
GetDeclaredProperties()
GetDerivedComplexProperties()
GetDerivedProperties()
GetDerivedTypes()
GetDerivedTypesInclusive()
GetDirectlyDerivedTypes()
GetDiscriminatorPropertyConfigurationSource()
GetDiscriminatorValueConfigurationSource()
GetIgnoredMembers()
GetMembers()
GetProperties()
GetProperty(String)
GetPropertyAccessModeConfigurationSource()
GetRootType()
IsIgnored(String)
RemoveComplexProperty(IConventionComplexProperty)
RemoveComplexProperty(String)
RemoveDiscriminatorValue()
RemoveIgnored(String)
RemoveProperty(IReadOnlyProperty)
RemoveProperty(String)
SetBaseType(IConventionTypeBase, Boolean)
SetChangeTrackingStrategy(ChangeTrackingStrategy?, Boolean)
SetDiscriminatorProperty(IReadOnlyProperty, Boolean)
SetDiscriminatorValue(Object, Boolean)
SetPropertyAccessMode(PropertyAccessMode?, Boolean)
GetContainerColumnNameConfigurationSource(IConventionTypeBase)
GetContainerColumnTypeConfigurationSource(IConventionTypeBase)
GetJsonPropertyNameConfigurationSource(IConventionTypeBase)
SetContainerColumnName(IConventionTypeBase, String, Boolean)
SetContainerColumnType(IConventionTypeBase, String, Boolean)
SetJsonPropertyName(IConventionTypeBase, String, Boolean)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IConventionTypeBase : IReadOnlyAnnotatable, IConventionAnnotatable, IReadOnlyTypeBase
{
virtual IConventionTypeBase! GetRootType();
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.2.26159.112) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API