次の方法で共有


IEntityTypeIgnoredConvention インターフェイス

定義

注意事項

Use ITypeIgnoredConvention instead

エンティティ型が無視されたときに実行する必要がある操作を表します。

public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
[System.Obsolete("Use ITypeIgnoredConvention instead")]
public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IEntityTypeIgnoredConvention = interface
    interface IConvention
[<System.Obsolete("Use ITypeIgnoredConvention instead")>]
type IEntityTypeIgnoredConvention = interface
    interface IConvention
Public Interface IEntityTypeIgnoredConvention
Implements IConvention
派生
属性
実装

注釈

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

メソッド

ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)
古い.

エンティティ型が無視された後に呼び出されます。

適用対象