Compartilhar via


IComplexPropertyAnnotationChangedConvention Interface

Definição

Representa uma operação que deve ser executada quando uma anotação é alterada em uma propriedade complexa.

public interface IComplexPropertyAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IComplexPropertyAnnotationChangedConvention = interface
    interface IConvention
Public Interface IComplexPropertyAnnotationChangedConvention
Implements IConvention
Implementações

Comentários

Consulte Convenções de criação de modelo para obter mais informações e exemplos.

Métodos

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

Chamado depois que uma anotação é alterada em uma propriedade complexa.

Aplica-se a