IEntityTypeBaseTypeChangedConvention インターフェイス

定義

エンティティ型の基本型が変更されたときに実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessEntityTypeBaseTypeChanged(IConventionEntityTypeBuilder, IConventionEntityType, IConventionEntityType, IConventionContext<IConventionEntityType>)

エンティティ型の基本型が変更された後に呼び出されます。

適用対象