Share via


IPropertyElementTypeChangedConvention インターフェイス

定義

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

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

注釈

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

メソッド

ProcessPropertyElementTypeChanged(IConventionPropertyBuilder, IElementType, IElementType, IConventionContext<IElementType>)

プロパティの要素型が変更された後に呼び出されます。

適用対象