Megosztás a következőn keresztül:


IElementTypeAnnotationChangedConvention Interface

Definition

Represents an operation that should be performed when an annotation is changed on the elements of a collection property.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessElementTypeAnnotationChanged(IConventionElementTypeBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Called after an annotation is changed on a IConventionElementType.

Applies to