IConventionServiceProperty 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IReadOnlyPropertyBase实体框架模型中的 ,它表示从 DbContext注入的服务。
public interface IConventionServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IServiceProperty
public interface IConventionServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyServiceProperty
type IConventionServiceProperty = interface
interface IServiceProperty
interface IPropertyBase
interface IAnnotatable
interface IConventionPropertyBase
interface IConventionAnnotatable
type IConventionServiceProperty = interface
interface IReadOnlyServiceProperty
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IConventionPropertyBase
interface IConventionAnnotatable
Public Interface IConventionServiceProperty
Implements IConventionPropertyBase, IServiceProperty
Public Interface IConventionServiceProperty
Implements IConventionPropertyBase, IReadOnlyServiceProperty
- 实现
注解
此接口在模型创建期间使用,并允许修改元数据。 生成模型后, IServiceProperty 表示相同元数据的只读视图。
有关详细信息和示例,请参阅 模型生成约定 。
属性
Builder |
获取可用于配置此服务属性的生成器。 |
ClrType |
获取类似于属性的对象所保留的值的类型。 (继承自 IReadOnlyPropertyBase) |
DeclaringEntityType |
获取此属性所属的类型。 |
DeclaringType |
获取类似于此属性的对象所属的类型。 (继承自 IReadOnlyPropertyBase) |
FieldInfo |
获取 FieldInfo 此属性类似对象的基础 CLR 字段的 。
这可能 |
IsInModel |
指示此对象是否在模型中,即尚未从模型中删除。 (继承自 IConventionAnnotatable) |
Item[String] |
获取具有给定名称的批注的值,如果不存在,则返回 |
Name |
获取类似于此属性的对象的名称。 (继承自 IReadOnlyPropertyBase) |
ParameterBinding |
ServiceParameterBinding此属性的 。 (继承自 IReadOnlyServiceProperty) |
PropertyInfo |
获取 PropertyInfo 类似于此属性的对象的基础 CLR 属性的 。
这可能 |
Sentinel |
获取指示未设置此属性的 sentinel 值。 (继承自 IReadOnlyPropertyBase) |