Share via


IElementTypeAnnotationChangedConvention 接口

定义

表示对集合属性的元素更改批注时应执行的操作。

public interface IElementTypeAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IElementTypeAnnotationChangedConvention = interface
    interface IConvention
Public Interface IElementTypeAnnotationChangedConvention
Implements IConvention
实现

注解

有关详细信息和示例,请参阅 模型生成约定

方法

ProcessElementTypeAnnotationChanged(IConventionElementTypeBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

在 上 IConventionElementType更改批注后调用。

适用于