次の方法で共有


IPropertyAnnotationChangedConvention インターフェイス

定義

プロパティの注釈が変更されたときに実行する必要がある操作を表します。

public interface IPropertyAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IPropertyAnnotationChangedConvention = interface
    interface IConvention
Public Interface IPropertyAnnotationChangedConvention
Implements IConvention
派生
実装

注釈

詳細と例については、「 モデル構築規則 」を参照してください。

メソッド

ProcessPropertyAnnotationChanged(IConventionPropertyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

プロパティで注釈が変更された後に呼び出されます。

適用対象