Freigeben über


IEntityTypeIgnoredConvention Schnittstelle

Definition

Achtung

Use ITypeIgnoredConvention instead

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn ein Entitätstyp ignoriert wird.

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
Abgeleitet
Attribute
Implementiert

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)
Veraltet.

Wird aufgerufen, nachdem ein Entitätstyp ignoriert wurde.

Gilt für: