IComplexTypeMemberIgnoredConvention 接口

定义

表示在忽略复杂类型成员时应执行的操作。

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

注解

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

方法

ProcessComplexTypeMemberIgnored(IConventionComplexTypeBuilder, String, IConventionContext<String>)

在忽略复杂类型成员之后调用。

适用于