ConventionAnnotatable 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持读取和写入约定注释的类型的基类。
此类型通常由数据库提供程序 (和其他扩展) 使用。 它通常不在应用程序代码中使用。
public abstract class ConventionAnnotatable : Microsoft.EntityFrameworkCore.Infrastructure.Annotatable, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable
type ConventionAnnotatable = class
inherit Annotatable
interface IConventionAnnotatable
interface IAnnotatable
interface IMutableAnnotatable
type ConventionAnnotatable = class
inherit Annotatable
interface IConventionAnnotatable
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public MustInherit Class ConventionAnnotatable
Inherits Annotatable
Implements IConventionAnnotatable
- 继承
- 继承
- 实现
注解
有关详细信息 和示例,请参阅数据库提供程序和扩展的实现 。
构造函数
ConventionAnnotatable() |
支持读取和写入约定注释的类型的基类。 此类型通常由数据库提供程序 (和其他扩展) 使用。 它通常不在应用程序代码中使用。 |
属性
IsReadOnly |
指示当前对象是否为只读。 (继承自 AnnotatableBase) |
Item[String] |
获取具有给定名称的值批注,如果不存在,则返回 |
方法
显式接口实现
扩展方法
AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean) |
向 对象添加批注。 |
GetAnnotation(IConventionAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean) |
设置存储在给定名称下的批注。 如果具有指定名称的注释已存在,则覆盖现有批注。 如果 |
AnnotationsToDebugString(IAnnotatable, Int32) |
获取对象上声明的所有注释的调试字符串。 |
GetAnnotation(IAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
向 对象添加批注。 |
GetAnnotation(IMutableAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
设置存储在给定名称下的批注。 如果具有指定名称的批注已存在,则覆盖现有批注。 如果 |