IEntityTypeIgnoredConvention 인터페이스

정의

주의

Use ITypeIgnoredConvention instead

엔터티 형식이 무시될 때 수행해야 하는 작업을 나타냅니다.

public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
[System.Obsolete("Use ITypeIgnoredConvention instead")]
public interface IEntityTypeIgnoredConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IEntityTypeIgnoredConvention = interface
    interface IConvention
[<System.Obsolete("Use ITypeIgnoredConvention instead")>]
type IEntityTypeIgnoredConvention = interface
    interface IConvention
Public Interface IEntityTypeIgnoredConvention
Implements IConvention
파생
특성
구현

설명

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

메서드

ProcessEntityTypeIgnored(IConventionModelBuilder, String, Type, IConventionContext<String>)
사용되지 않음.

엔터티 형식이 무시된 후 호출됩니다.

적용 대상