INavigationAddedConvention 接口

定义

表示在将导航添加到实体类型时应执行的操作。

public interface INavigationAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type INavigationAddedConvention = interface
    interface IConvention
Public Interface INavigationAddedConvention
Implements IConvention
派生
实现

注解

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

方法

ProcessNavigationAdded(IConventionNavigationBuilder, IConventionContext<IConventionNavigationBuilder>)

在将导航添加到实体类型后调用。

ProcessNavigationAdded(IConventionRelationshipBuilder, IConventionNavigation, IConventionContext<IConventionNavigation>)

在将导航添加到实体类型后调用。

适用于