Share via


ConventionSet.ElementTypeAnnotationChangedConventions Property

Definition

Conventions to run when an annotation is changed on the element of a collection.

public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IElementTypeAnnotationChangedConvention> ElementTypeAnnotationChangedConventions { get; }
member this.ElementTypeAnnotationChangedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IElementTypeAnnotationChangedConvention>
Public Overridable ReadOnly Property ElementTypeAnnotationChangedConventions As List(Of IElementTypeAnnotationChangedConvention)

Property Value

Applies to