ISkipNavigationAddedConvention 인터페이스

정의

건너뛰기 탐색이 엔터티 형식에 추가될 때 수행해야 하는 작업을 나타냅니다.

public interface ISkipNavigationAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type ISkipNavigationAddedConvention = interface
    interface IConvention
Public Interface ISkipNavigationAddedConvention
Implements IConvention
파생
구현

설명

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

메서드

ProcessSkipNavigationAdded(IConventionSkipNavigationBuilder, IConventionContext<IConventionSkipNavigationBuilder>)

건너뛰기 탐색이 엔터티 형식에 추가된 후 호출됩니다.

적용 대상