次の方法で共有


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

適用対象