Sdílet prostřednictvím


ConventionSet.PropertyAddedConventions Vlastnost

Definice

Konvence, které se mají spustit při přidání vlastnosti.

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)

Hodnota vlastnosti

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

Platí pro