ConventionSet.ComplexTypeAnnotationChangedConventions Property

Definition

Conventions to run when an annotation is set or removed on a complex type.

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

Property Value

Applies to