PropertyAttributeConventionBase<TAttribute> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據套用至屬性的屬性來執行組態的慣例基底類型。
public abstract class PropertyAttributeConventionBase<TAttribute> : Microsoft.EntityFrameworkCore.Metadata.Conventions.IPropertyAddedConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IPropertyFieldChangedConvention where TAttribute : Attribute
type PropertyAttributeConventionBase<'Attribute (requires 'Attribute :> Attribute)> = class
interface IPropertyAddedConvention
interface IConvention
interface IPropertyFieldChangedConvention
Public MustInherit Class PropertyAttributeConventionBase(Of TAttribute)
Implements IPropertyAddedConvention, IPropertyFieldChangedConvention
類型參數
- TAttribute
要尋找的屬性類型。
- 繼承
-
PropertyAttributeConventionBase<TAttribute>
- 衍生
- 實作
備註
衍生類別必須實 IPropertyAddedConvention 作 和 IPropertyFieldChangedConvention ,才能處理複雜的屬性。
如需詳細資訊和範例,請參閱 模型建置慣例 。
建構函式
PropertyAttributeConventionBase<TAttribute>(ProviderConventionSetBuilderDependencies) |
建立 PropertyAttributeConventionBase<TAttribute> 的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 |