다음을 통해 공유


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>

규칙 실행과 관련된 추가 정보입니다.

적용 대상