TypeBase
TypeBase(Type, Model, ConfigurationSource)
TypeBase(String, Type, Model, ConfigurationSource)
BaseBuilder
BaseType
Builder
ClrType
ConstructorBinding
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)
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)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public abstract class TypeBase : ConventionAnnotatable, IAnnotatable, IReadOnlyAnnotatable, IConventionAnnotatable, IConventionTypeBase, IMutableAnnotatable, IMutableTypeBase, IRuntimeTypeBase, IReadOnlyTypeBase, ITypeBase
{
public virtual ChangeTrackingStrategy? SetChangeTrackingStrategy(ChangeTrackingStrategy? changeTrackingStrategy, ConfigurationSource configurationSource);
}
}
| .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