Partager via


ISkipNavigationAnnotationChangedConvention Interface

Définition

Représente une opération qui doit être effectuée lorsqu’une annotation est modifiée lors d’un saut de navigation.

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

Remarques

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

Méthodes

ProcessSkipNavigationAnnotationChanged(IConventionSkipNavigationBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Appelé après la modification d’une annotation lors d’un saut de navigation.

S’applique à