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) |
属性
Dependencies |
此服务的依赖项。 |