ConventionSet.PropertyAnnotationChangedConventions Property

Definition

Conventions to run when an annotation is changed on a property.

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

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyAnnotationChangedConvention>

Applies to