IEntityTypeAnnotationChangedConvention Interface

Definition

Represents an operation that should be performed when an annotation is changed on an entity type.

public interface IEntityTypeAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IEntityTypeAnnotationChangedConvention = interface
    interface IConvention
Public Interface IEntityTypeAnnotationChangedConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessEntityTypeAnnotationChanged(IConventionEntityTypeBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Called after an annotation is changed on an entity type.

Applies to