ConventionSet.NavigationAnnotationChangedConventions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)