ConventionSet.PropertyFieldChangedConventions Property

Definition

Conventions to run when the field of a property is changed.

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

Property Value

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

Applies to