Język

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

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

Inicjuje nowe wystąpienie klasy OperationReportHandler.

Właściwości

Nazwa Opis
Version

Pobiera wersję kontraktu tej procedury obsługi.

Metody

Nazwa Opis
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