다음을 통해 공유


OperationReportHandler 클래스

정의

보고된 디자인 타임 작업을 처리하는 데 사용됩니다.

public class OperationReportHandler : Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
public class OperationReportHandler : MarshalByRefObject, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
type OperationReportHandler = class
    interface IOperationReportHandler
type OperationReportHandler = class
    inherit MarshalByRefObject
    interface IOperationReportHandler
Public Class OperationReportHandler
Implements IOperationReportHandler
Public Class OperationReportHandler
Inherits MarshalByRefObject
Implements IOperationReportHandler
상속
OperationReportHandler
상속
OperationReportHandler
구현

생성자

OperationReportHandler(Action<String>, Action<String>, Action<String>, Action<String>)

OperationReportHandler 클래스의 새 인스턴스를 초기화합니다.

속성

Version

이 처리기의 계약 버전을 가져옵니다.

메서드

OnError(String)

오류가 보고될 때 호출됩니다.

OnInformation(String)

정보가 보고될 때 호출됩니다.

OnVerbose(String)

자세한 정보가 보고될 때 호출됩니다.

OnWarning(String)

경고가 보고될 때 호출됩니다.

적용 대상