共用方式為


TypeAttributeConfigurationConvention<TAttribute> 類別

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

慣例的基底類別,該慣例會處理在模型中找到的 CLR 屬性。

繼承階層

System.Object
  System.Data.Entity.ModelConfiguration.Conventions.Convention
    System.Data.Entity.ModelConfiguration.Conventions.TypeAttributeConfigurationConvention<TAttribute>
      System.Data.Entity.ModelConfiguration.Conventions.ComplexTypeAttributeConvention
      System.Data.Entity.ModelConfiguration.Conventions.NotMappedTypeAttributeConvention
      System.Data.Entity.ModelConfiguration.Conventions.TableAttributeConvention

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

語法

'宣告
<SuppressMessageAttribute("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")> _
Public MustInherit Class TypeAttributeConfigurationConvention(Of TAttribute As Attribute) _
    Inherits Convention
'用途
Dim instance As TypeAttributeConfigurationConvention(Of TAttribute)
[SuppressMessageAttribute("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")]
public abstract class TypeAttributeConfigurationConvention<TAttribute> : Convention 
where TAttribute : Attribute
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1005:AvoidExcessiveParametersOnGenericTypes")]
generic<typename TAttribute>
where TAttribute : Attribute 
public ref class TypeAttributeConfigurationConvention abstract : public Convention
[<AbstractClassAttribute>]
[<SuppressMessageAttribute("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")>]
type TypeAttributeConfigurationConvention<'TAttribute when 'TAttribute : Attribute> =  
    class 
        inherit Convention 
    end
JScript does not support generic types and methods.

類型參數

  • TAttribute
    要尋找之屬性的類型。

TypeAttributeConfigurationConvention<TAttribute> 類型會公開下列成員。

建構函式

  名稱 描述
受保護的方法 TypeAttributeConfigurationConvention<TAttribute> 初始化 TypeAttributeConfigurationConvention<TAttribute> 類別的新執行個體。

靠上

方法

  名稱 描述
公用方法 Apply 將此慣例套用至具有已套用 TAttribute 類型之屬性的類別。
公用方法 Equals (繼承自 Object)。
受保護的方法 Finalize (繼承自 Object)。
公用方法 GetHashCode (繼承自 Object)。
公用方法 GetType (繼承自 Object)。
受保護的方法 MemberwiseClone (繼承自 Object)。
公用方法 Properties() 開始組態輕量型慣例以套用至模型中的所有屬性。 (繼承自 Convention)。
公用方法 ToString (繼承自 Object)。
公用方法 Types() 開始組態輕量型慣例以套用至模型中的所有對應類型。 (繼承自 Convention)。

靠上

執行緒安全

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

請參閱

參考

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