Partager via


IEntityTypeIgnoredConvention Interface

Définition

Attention

Use ITypeIgnoredConvention instead

Représente une opération qui doit être effectuée lorsqu’un type d’entité est ignoré.

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
Dérivé
Attributs
Implémente

Remarques

Pour plus d’informations et d’exemples, consultez Conventions de génération de modèles.

Méthodes

ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)
Obsolète.

Appelé après qu’un type d’entité soit ignoré.

S’applique à