Sdílet prostřednictvím


OperationReportHandler Třída

Definice

Používá se ke zpracování ohlášené aktivity v době návrhu.

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
Dědičnost
OperationReportHandler
Dědičnost
OperationReportHandler
Implementuje

Konstruktory

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

Inicializuje novou instanci OperationReportHandler třídy .

Vlastnosti

Version

Získá verzi kontraktu této obslužné rutiny.

Metody

OnError(String)

Vyvoláno při nahlášení chyby.

OnInformation(String)

Vyvolá se při hlášení informací.

OnVerbose(String)

Vyvolá se při hlášení podrobných informací.

OnWarning(String)

Vyvoláno při hlášení upozornění.

Platí pro