RuntimeServiceProperty 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示实体类型上的属性,该属性表示从 DbContext注入的服务。
public class RuntimeServiceProperty : Microsoft.EntityFrameworkCore.Metadata.RuntimePropertyBase, Microsoft.EntityFrameworkCore.Metadata.IServiceProperty
type RuntimeServiceProperty = class
inherit RuntimePropertyBase
interface IServiceProperty
interface IReadOnlyServiceProperty
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IPropertyBase
interface IAnnotatable
Public Class RuntimeServiceProperty
Inherits RuntimePropertyBase
Implements IServiceProperty
- 继承
- 实现
注解
有关详细信息和示例,请参阅 为实体类型和关系建模 。
构造函数
RuntimeServiceProperty(String, PropertyInfo, FieldInfo, RuntimeEntityType, PropertyAccessMode) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
RuntimeServiceProperty(String, PropertyInfo, FieldInfo, Type, RuntimeEntityType, PropertyAccessMode) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
属性
ClrType |
获取类似于属性的对象所保留的值的类型。 |
DebugView |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
DeclaringEntityType |
获取类似于此属性的对象所属的类型。 |
DeclaringType |
获取类似于此属性的对象所属的类型。 |
DeclaringType |
获取类似于此属性的对象所属的类型。 (继承自 RuntimePropertyBase) |
IsReadOnly |
指示当前对象是否为只读对象。 (继承自 AnnotatableBase) |
Item[String] |
获取具有给定名称的值批注,如果不存在,则返回 |
Name |
获取类似于此属性的对象的名称。 (继承自 RuntimePropertyBase) |
ParameterBinding |
ServiceParameterBinding此属性的 。 |
Sentinel |
获取指示未设置此属性的 sentinel 值。 |
Sentinel |
获取指示未设置此属性的 sentinel 值。 (继承自 RuntimePropertyBase) |
方法
显式接口实现
扩展方法
AnnotationsToDebugString(IAnnotatable, Int32) |
获取对象上声明的所有注释的调试字符串。 |
GetCurrentValueComparer(IPropertyBase) |
IComparer<T>获取用于比较跟踪IUpdateEntry条目中的值的 。 |
GetGetter(IPropertyBase) |
获取 IClrPropertyGetter 用于读取此属性的值的 。 请注意,为阴影属性 IsShadowProperty(IPropertyBase) 调用此方法 () 是错误的,因为此类属性没有关联的 MemberInfo。 |
GetIndex(IPropertyBase) |
获取此属性的属性索引。 |
GetMemberInfo(IPropertyBase, Boolean, Boolean) |
PropertyInfo获取应用于获取或设置给定属性的值的 或 FieldInfo 。 请注意,为阴影属性 IsShadowProperty(IPropertyBase) 调用此方法 () 是错误的,因为此类属性没有关联的 MemberInfo。 |
IsIndexerProperty(IPropertyBase) |
获取一个值,该值指示这是否为索引器属性。 索引器属性是通过实体类上的索引器访问的属性。 |
IsShadowProperty(IPropertyBase) |
已过时。.
获取一个值,该值指示此是否为阴影属性。 阴影属性是实体类中没有相应属性的属性。 属性的当前值存储在 中, ChangeTracker 而不是存储在实体类的实例中。 |