Share via


ConventionSet.EntityTypeAnnotationChangedConventions Property

Definition

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

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

Property Value

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

Applies to