PropertyBase
PropertyBase(String, PropertyInfo, FieldInfo)
PropertyBase(String, PropertyInfo, FieldInfo, ConfigurationSource)
Accessors
ClrType
DeclaringType
FieldInfo
Getter
IsReadOnly
IsShadowProperty
MaterializationSetter
MemberInfo
Name
PropertyIndexes
PropertyInfo
Setter
GetConfigurationSource()
GetCurrentValueComparer()
GetFieldInfo(String, Type, String, Boolean)
GetFieldInfo(String, TypeBase, String, Boolean)
GetFieldInfoConfigurationSource()
GetPropertyAccessMode()
GetPropertyAccessModeConfigurationSource()
GetSetter()
IsCompatible(FieldInfo, Type, Type, String, Boolean)
OnFieldInfoSet(FieldInfo)
OnFieldInfoSet(FieldInfo, FieldInfo)
PropertyMetadataChanged()
SetConfigurationSource(ConfigurationSource)
SetCurrentValueComparer(IComparer<IUpdateEntry>)
SetField(String, ConfigurationSource)
SetField(String, ConfigurationSource)
SetFieldInfo(FieldInfo, ConfigurationSource)
SetFieldInfo(FieldInfo, ConfigurationSource)
SetPropertyAccessMode(PropertyAccessMode?, ConfigurationSource)
UpdateConfigurationSource(ConfigurationSource)
IsIndexerProperty(PropertyBase)
IsShadowProperty(PropertyBase)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public abstract class PropertyBase : ConventionalAnnotatable, IAnnotatable, IMutableAnnotatable, IMutablePropertyBase, IPropertyBase
{
public virtual void SetFieldInfo(FieldInfo fieldInfo, 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