共用方式為


PropertyConventionConfiguration 類別

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 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 根據述詞來篩選套用此慣例的屬性。

靠上

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

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