PropertyBase
PropertyBase(String, PropertyInfo, FieldInfo, ConfigurationSource)
Accessors
ClrType
DeclaringType
FieldInfo
Getter
IsCollection
IsReadOnly
MaterializationSetter
Name
PropertyIndexes
PropertyInfo
GetConfigurationSource()
GetCurrentValueComparer()
GetFieldInfo(String, TypeBase, String, Boolean)
GetFieldInfoConfigurationSource()
GetIndexedCollectionAccessor()
GetPropertyAccessMode()
GetPropertyAccessModeConfigurationSource()
GetSetter()
IsCompatible(FieldInfo, Type, Type, String, Boolean)
OnFieldInfoSet(FieldInfo, FieldInfo)
SetConfigurationSource(ConfigurationSource)
SetCurrentValueComparer(IComparer<IUpdateEntry>)
SetField(String, ConfigurationSource)
SetFieldInfo(FieldInfo, ConfigurationSource)
SetPropertyAccessMode(PropertyAccessMode?, ConfigurationSource)
UpdateConfigurationSource(ConfigurationSource)
IsIndexerProperty(PropertyBase)
IsShadowProperty(PropertyBase)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public abstract class PropertyBase : ConventionAnnotatable, IAnnotatable, IReadOnlyAnnotatable, IConventionAnnotatable, IConventionPropertyBase, IMutableAnnotatable, IMutablePropertyBase, IRuntimePropertyBase, IPropertyBase, IReadOnlyPropertyBase
{
public abstract TypeBase! DeclaringType { get; }
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .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 | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API