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)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IConventionTypeBase : IReadOnlyAnnotatable, IConventionAnnotatable, IReadOnlyTypeBase
{
[RequiresUnreferencedCode("Currently used only in tests")]
virtual IConventionProperty? AddProperty(MemberInfo! memberInfo, bool fromDataAnnotation = false);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .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 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API