다음을 통해 공유


IElementTypeAnnotationChangedConvention 인터페이스

정의

컬렉션 속성의 요소에 대한 주석이 변경될 때 수행해야 하는 작업을 나타냅니다.

public interface IElementTypeAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IElementTypeAnnotationChangedConvention = interface
    interface IConvention
Public Interface IElementTypeAnnotationChangedConvention
Implements IConvention
구현

설명

자세한 내용 및 예제는 모델 빌드 규칙을 참조하세요.

메서드

ProcessElementTypeAnnotationChanged(IConventionElementTypeBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

에서 주석이 변경된 IConventionElementType후 호출됩니다.

적용 대상