次の方法で共有


IPropertyFieldChangedConvention インターフェイス

定義

プロパティのバッキング フィールドが変更されたときに実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessPropertyFieldChanged(IConventionPropertyBuilder, FieldInfo, FieldInfo, IConventionContext<FieldInfo>)

プロパティのバッキング フィールドが変更された後に呼び出されます。

適用対象