Partager via


IPropertyAnnotationChangedConvention Interface

Définition

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

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

Remarques

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

Méthodes

ProcessPropertyAnnotationChanged(IConventionPropertyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

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

S’applique à