次の方法で共有


IComplexTypeAnnotationChangedConvention.ProcessComplexTypeAnnotationChanged メソッド

定義

複合型で注釈が変更された後に呼び出されます。

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

パラメーター

complexTypeBuilder
IConventionComplexTypeBuilder

複合型のビルダー。

name
String

注釈名。

annotation
IConventionAnnotation

新しい注釈。

oldAnnotation
IConventionAnnotation

古い注釈。

context
IConventionContext<IConventionAnnotation>

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

適用対象