次の方法で共有


ConventionSet.PropertyAddedConventions プロパティ

定義

プロパティが追加されたときに実行する規則。

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)

プロパティ値

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

適用対象