Bagikan melalui


IComplexTypeAnnotationChangedConvention.ProcessComplexTypeAnnotationChanged Metode

Definisi

Dipanggil setelah anotasi diubah pada jenis kompleks.

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))

Parameter

complexTypeBuilder
IConventionComplexTypeBuilder

Penyusun untuk jenis kompleks.

name
String

Nama anotasi.

annotation
IConventionAnnotation

Anotasi baru.

oldAnnotation
IConventionAnnotation

Anotasi lama.

context
IConventionContext<IConventionAnnotation>

Informasi tambahan yang terkait dengan eksekusi konvensi.

Berlaku untuk