Partager via


IForeignKeyAnnotationChangedConvention Interface

Définition

Représente une opération qui doit être effectuée lorsqu’une annotation est modifiée sur une clé étrangère.

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

Remarques

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

Méthodes

ProcessForeignKeyAnnotationChanged(IConventionForeignKeyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Appelé après la modification d’une annotation sur une clé étrangère.

ProcessForeignKeyAnnotationChanged(IConventionRelationshipBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Appelé après la modification d’une annotation sur une clé étrangère.

S’applique à