共用方式為


Convention 類別

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

不會覆寫組態的慣例。

繼承階層

System.Object
  System.Data.Entity.ModelConfiguration.Conventions.Convention
    System.Data.Entity.Infrastructure.IncludeMetadataConvention
    System.Data.Entity.Infrastructure.ModelNamespaceConvention
    System.Data.Entity.ModelConfiguration.Conventions.AttributeToColumnAnnotationConvention<TAttribute, TAnnotation>
    System.Data.Entity.ModelConfiguration.Conventions.AttributeToTableAnnotationConvention<TAttribute, TAnnotation>
    System.Data.Entity.ModelConfiguration.Conventions.KeyAttributeConvention
    System.Data.Entity.ModelConfiguration.Conventions.PrimitivePropertyAttributeConfigurationConvention<TAttribute>
    System.Data.Entity.ModelConfiguration.Conventions.PropertyAttributeConfigurationConvention<TAttribute>
    System.Data.Entity.ModelConfiguration.Conventions.RequiredNavigationPropertyAttributeConvention
    System.Data.Entity.ModelConfiguration.Conventions.TypeAttributeConfigurationConvention<TAttribute>

命名空間:  System.Data.Entity.ModelConfiguration.Conventions
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Class Convention _
    Implements IConvention
'用途
Dim instance As Convention
public class Convention : IConvention
public ref class Convention : IConvention
type Convention =  
    class 
        interface IConvention 
    end
public class Convention implements IConvention

Convention 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 Convention 衍生類別可以使用預設建構函式,套用一組可變更模型組態的規則。

靠上

方法

  名稱 描述
公用方法 Equals (繼承自 Object)。
受保護的方法 Finalize (繼承自 Object)。
公用方法 GetHashCode (繼承自 Object)。
公用方法 GetType (繼承自 Object)。
受保護的方法 MemberwiseClone (繼承自 Object)。
公用方法 Properties() 開始組態輕量型慣例以套用至模型中的所有屬性。
公用方法 Properties<T>() 開始組態輕量型慣例以套用至模型中指定之類型的所有基本屬性。
公用方法 ToString (繼承自 Object)。
公用方法 Types() 開始組態輕量型慣例以套用至模型中的所有對應類型。
公用方法 Types<T>() 開始組態輕量型慣例以套用至模型中衍生自或實作指定之類型的所有對應類型。

靠上

執行緒安全

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

請參閱

參考

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