TypeBase
TypeBase(Type, Model, ConfigurationSource)
TypeBase(String, Type, Model, ConfigurationSource)
BaseBuilder
BaseType
Builder
ClrType
ComplexProperties
ConstructorBinding
ContainingEntityType
DirectlyDerivedTypes
EmptyShadowValuesFactory
HasSharedClrType
IsInModel
IsPropertyBag
IsReadOnly
Model
Name
OriginalValuesFactory
Properties
ServiceOnlyConstructorBinding
ShadowValuesFactory
StoreGeneratedValuesFactory
TemporaryValuesFactory
AddComplexProperty(MemberInfo, Boolean, ConfigurationSource)
AddComplexProperty(String, Boolean, ConfigurationSource)
AddComplexProperty(String, Type, Type, Boolean, ConfigurationSource)
AddComplexProperty(String, Type, MemberInfo, String, Type, Boolean, ConfigurationSource)
AddIgnored(String, ConfigurationSource)
AddProperty(MemberInfo, ConfigurationSource)
AddProperty(String, ConfigurationSource)
AddProperty(String, Type, ConfigurationSource?, ConfigurationSource)
AddProperty(String, Type, MemberInfo, ConfigurationSource?, ConfigurationSource)
AddProperty(String, Type, MemberInfo, ConfigurationSource?, ConfigurationSource, Type)
CalculateCounts()
CheckChangeTrackingStrategy(IReadOnlyTypeBase, ChangeTrackingStrategy, Boolean)
FindComplexPropertiesInHierarchy(String)
FindComplexProperty(String)
FindDeclaredComplexProperty(String)
FindDeclaredIgnoredConfigurationSource(String)
FindDeclaredProperty(String)
FindDerivedComplexProperties(String)
FindDerivedComplexPropertiesInclusive(String)
FindDerivedProperties(String)
FindDerivedPropertiesInclusive(String)
FindIgnoredConfigurationSource(String)
FindIndexerPropertyInfo()
FindMember(String)
FindMembersInHierarchy(String)
FindProperties(IReadOnlyList<String>)
FindPropertiesInHierarchy(String)
FindProperty(String)
GetBaseTypeConfigurationSource()
GetChangeTrackingStrategy()
GetChangeTrackingStrategyConfigurationSource()
GetComplexProperties()
GetConfigurationSource()
GetConstructorBindingConfigurationSource()
GetDeclaredComplexProperties()
GetDeclaredMembers()
GetDeclaredProperties()
GetDerivedComplexProperties()
GetDerivedProperties()
GetDerivedTypes()
GetDerivedTypes<T>()
GetDerivedTypesInclusive()
GetDiscriminatorPropertyConfigurationSource()
GetDiscriminatorPropertyName()
GetFlattenedComplexProperties()
GetFlattenedDeclaredProperties()
GetFlattenedProperties()
GetFlattenedValueGeneratingProperties()
GetIgnoredMembers()
GetMembers()
GetOrCreateEmptyMaterializer(IStructuralTypeMaterializerSource)
GetOrCreateMaterializer(IStructuralTypeMaterializerSource)
GetProperties()
GetPropertyAccessMode()
GetRootType()
GetRuntimeFields()
GetRuntimeProperties()
GetServiceOnlyConstructorBindingConfigurationSource()
GetSnapshottableMembers()
IsAssignableFrom(TypeBase)
IsIgnored(String)
OnTypeMemberIgnored(String)
RemoveComplexProperty(ComplexProperty)
RemoveComplexProperty(String)
RemoveIgnored(String)
RemoveProperty(Property)
RemoveProperty(String)
SetBaseType(TypeBase, ConfigurationSource)
SetChangeTrackingStrategy(ChangeTrackingStrategy?, ConfigurationSource)
SetConstructorBinding(InstantiationBinding, ConfigurationSource)
SetDiscriminatorProperty(Property, ConfigurationSource)
SetPropertyAccessMode(PropertyAccessMode?, ConfigurationSource)
SetServiceOnlyConstructorBinding(InstantiationBinding, ConfigurationSource)
ToEnumerable<T>(T)
UpdateConfigurationSource(ConfigurationSource)
ValidateClrMember(String, MemberInfo, Boolean)
DisplayName(TypeBase)
ShortName(TypeBase)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public abstract class TypeBase : ConventionAnnotatable, IAnnotatable, IReadOnlyAnnotatable, IConventionAnnotatable, IConventionTypeBase, IMutableAnnotatable, IMutableTypeBase, IRuntimeTypeBase, IReadOnlyTypeBase, ITypeBase
{
protected internal virtual SortedDictionary<string!, ComplexProperty!>! ComplexProperties { get; }
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.7.26381.103) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API