Compartilhar via


ConventionSet.PropertyAddedConventions Propriedade

Definição

Convenções a serem executadas quando uma propriedade é adicionada.

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)

Valor da propriedade

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

Aplica-se a