Share via


INavigationAnnotationChangedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn eine Anmerkung in einer Navigation geändert wird.

public interface INavigationAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type INavigationAnnotationChangedConvention = interface
    interface IConvention
Public Interface INavigationAnnotationChangedConvention
Implements IConvention
Implementiert

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessNavigationAnnotationChanged(IConventionForeignKeyBuilder, IConventionNavigation, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Wird aufgerufen, nachdem eine Anmerkung in einer Navigation geändert wurde.

Gilt für: