ConventionSet.ComplexPropertyAnnotationChangedConventions Property

Definition

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

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

Property Value

Applies to