次の方法で共有


ConventionSet.ModelAnnotationChangedConventions プロパティ

定義

モデルで注釈が設定または削除されたときに実行する規則。

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

プロパティ値

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

適用対象