IModelAnnotationChangedConvention 接口

定义

表示在模型上更改批注时应执行的操作。

public interface IModelAnnotationChangedConvention
type IModelAnnotationChangedConvention = interface
Public Interface IModelAnnotationChangedConvention
派生

注解

有关详细信息和示例,请参阅 模型生成约定

方法

ProcessModelAnnotationChanged(IConventionModelBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

在模型上的批注更改后调用。

适用于