Partager via


INavigationAnnotationChangedConvention Interface

Définition

Représente une opération qui doit être effectuée lorsqu’une annotation est modifiée sur une navigation.

public interface INavigationAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type INavigationAnnotationChangedConvention = interface
    interface IConvention
Public Interface INavigationAnnotationChangedConvention
Implements IConvention
Implémente

Remarques

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

Méthodes

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

Appelé après la modification d’une annotation sur une navigation.

S’applique à