IModelFinalizedConvention 인터페이스

정의

모델이 종료되고 더 이상 변경할 수 없는 후 수행해야 하는 작업을 나타냅니다.

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

설명

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

메서드

ProcessModelFinalized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

모델이 완료된 후 호출됩니다.

ProcessModelFinalized(IModel)

모델이 종료되고 더 이상 변경할 수 없는 후에 호출됩니다.

적용 대상