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 批註變更之後呼叫。

適用於