PropertyConventionConfiguration 类

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

允许基于模型中的属性为轻型约定执行配置。

继承层次结构

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration

命名空间:  System.Data.Entity.ModelConfiguration.Configuration
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public Class PropertyConventionConfiguration
用法
Dim instance As PropertyConventionConfiguration
public class PropertyConventionConfiguration
public ref class PropertyConventionConfiguration
type PropertyConventionConfiguration =  class end
public class PropertyConventionConfiguration

PropertyConventionConfiguration 类型公开以下成员。

方法

  名称 描述
公共方法 Configure 允许此约定应用到的属性的配置。
公共方法 Equals 确定指定的对象是否等于当前对象。 (重写 Object.Equals(Object)。)
受保护的方法 Finalize (继承自 Object。)
公共方法 GetHashCode 返回此实例的哈希代码。 (重写 Object.GetHashCode()。)
公共方法 GetType 获取当前实例的 Type
公共方法 Having<T> 在配置期间捕获以后要使用的值时基于谓词筛选此约定应用到的属性。
受保护的方法 MemberwiseClone (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (重写 Object.ToString()。)
公共方法 Where 基于谓词筛选此约定应用到的属性。

顶部

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Entity.ModelConfiguration.Configuration 命名空间