Share via


ConventionSet.PropertyAddedConventions Property

Definition

Conventions to run when a property is added.

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

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyAddedConvention>

Applies to