ConventionSet.NavigationAnnotationChangedConventions Property

Definition

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

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

Property Value

Applies to