次の方法で共有


IElementTypeAnnotationChangedConvention.ProcessElementTypeAnnotationChanged メソッド

定義

で注釈が変更された後に呼び出されます IConventionElementType

public void ProcessElementTypeAnnotationChanged (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionElementTypeBuilder builder, string name, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? annotation, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? oldAnnotation, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation> context);
abstract member ProcessElementTypeAnnotationChanged : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionElementTypeBuilder * string * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation> -> unit
Public Sub ProcessElementTypeAnnotationChanged (builder As IConventionElementTypeBuilder, name As String, annotation As IConventionAnnotation, oldAnnotation As IConventionAnnotation, context As IConventionContext(Of IConventionAnnotation))

パラメーター

builder
IConventionElementTypeBuilder

プロパティのビルダー。

name
String

注釈名。

annotation
IConventionAnnotation

新しい注釈。

oldAnnotation
IConventionAnnotation

古い注釈。

context
IConventionContext<IConventionAnnotation>

規則の実行に関連する追加情報。

適用対象