IPropertyAnnotationChangedConvention Interface

Definição

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

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

Comentários

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

Métodos

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

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

Aplica-se a