Udostępnij przez


OperationReportHandler Klasa

Definicja

Służy do obsługi zgłaszanego działania w czasie projektowania.

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
Dziedziczenie
OperationReportHandler
Dziedziczenie
OperationReportHandler
Implementuje

Konstruktory

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

Inicjuje nowe wystąpienie klasy OperationReportHandler.

Właściwości

Version

Pobiera wersję kontraktu tej procedury obsługi.

Metody

OnError(String)

Wywoływane po zgłoszeniu błędu.

OnInformation(String)

Wywoływane po zgłoszeniu informacji.

OnVerbose(String)

Wywoływane po zgłoszeniu pełnych informacji.

OnWarning(String)

Wywoływane po zgłoszeniu ostrzeżenia.

Dotyczy