TypeBase
TypeBase(String, Model, ConfigurationSource)
TypeBase(Type, Model, ConfigurationSource)
TypeBase(Type, Model, ConfigurationSource)
TypeBase(String, Type, Model, ConfigurationSource)
BaseBuilder
BaseType
Builder
ClrType
ConstructorBinding
DirectlyDerivedTypes
HasSharedClrType
IsInModel
IsPropertyBag
IsReadOnly
Model
Name
Properties
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)
CheckChangeTrackingStrategy(IReadOnlyTypeBase, ChangeTrackingStrategy, Boolean)
ClearCaches()
FindComplexPropertiesInHierarchy(String)
FindComplexProperty(String)
FindDeclaredComplexProperty(String)
FindDeclaredIgnoredConfigurationSource(String)
FindDeclaredIgnoredMemberConfigurationSource(String)
FindDeclaredProperty(String)
FindDerivedComplexProperties(String)
FindDerivedComplexPropertiesInclusive(String)
FindDerivedProperties(String)
FindDerivedPropertiesInclusive(String)
FindIgnoredConfigurationSource(String)
FindIgnoredMemberConfigurationSource(String)
FindIndexerPropertyInfo()
FindMember(String)
FindMembersInHierarchy(String)
FindProperties(IReadOnlyList<String>)
FindPropertiesInHierarchy(String)
FindProperty(String)
GetChangeTrackingStrategy()
GetChangeTrackingStrategyConfigurationSource()
GetComplexProperties()
GetConfigurationSource()
GetDeclaredComplexProperties()
GetDeclaredMembers()
GetDeclaredProperties()
GetDerivedComplexProperties()
GetDerivedProperties()
GetDerivedTypes()
GetDerivedTypes<T>()
GetDerivedTypesInclusive()
GetFlattenedComplexProperties()
GetFlattenedDeclaredProperties()
GetFlattenedProperties()
GetIgnoredMembers()
GetMembers()
GetProperties()
GetPropertyAccessMode()
GetRuntimeFields()
GetRuntimeProperties()
GetSnapshottableMembers()
Ignore(String, ConfigurationSource)
IsAssignableFrom(TypeBase)
IsIgnored(String)
OnTypeMemberIgnored(String)
PropertyMetadataChanged()
RemoveComplexProperty(ComplexProperty)
RemoveComplexProperty(String)
RemoveIgnored(String)
RemoveProperty(Property)
RemoveProperty(String)
SetChangeTrackingStrategy(ChangeTrackingStrategy?, ConfigurationSource)
SetPropertyAccessMode(PropertyAccessMode?, ConfigurationSource)
ToEnumerable<T>(T)
Unignore(String)
UpdateConfigurationSource(ConfigurationSource)
UpdateConfigurationSource(ConfigurationSource)
ValidateClrMember(String, MemberInfo, Boolean)
DisplayName(TypeBase)
ShortName(TypeBase)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public abstract class TypeBase : ConventionalAnnotatable, IAnnotatable, IMutableAnnotatable, IMutableTypeBase, ITypeBase
{
public virtual void UpdateConfigurationSource(ConfigurationSource configurationSource);
}
}
.NET Core | 2.02.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API