IComplexTypeMemberIgnoredConvention 介面

定義

表示忽略複雜類型成員時應該執行的作業。

public interface IComplexTypeMemberIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IComplexTypeMemberIgnoredConvention = interface
    interface IConvention
Public Interface IComplexTypeMemberIgnoredConvention
Implements IConvention
實作

備註

如需詳細資訊和範例,請參閱 模型建置慣例

方法

ProcessComplexTypeMemberIgnored(IConventionComplexTypeBuilder, String, IConventionContext<String>)

忽略複雜類型成員之後呼叫。

適用於