Partager via


IComplexPropertyAnnotationChangedConvention Interface

Définition

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

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

Remarques

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

Méthodes

ProcessComplexPropertyAnnotationChanged(IConventionComplexPropertyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

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

S’applique à