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
{
public virtual Property? AddProperty(string! name, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors | DynamicallyAccessedMemberTypes.NonPublicConstructors | DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.NonPublicFields | DynamicallyAccessedMemberTypes.PublicProperties | DynamicallyAccessedMemberTypes.NonPublicProperties | DynamicallyAccessedMemberTypes.Interfaces)] Type! propertyType, MemberInfo? memberInfo, ConfigurationSource? typeConfigurationSource, ConfigurationSource configurationSource);
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.11.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.11) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API