OperationReportHandler Classe

Définition

Utilisé pour gérer l’activité signalée au moment du design.

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
Héritage
OperationReportHandler
Héritage
OperationReportHandler
Implémente

Constructeurs

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

Initialise une nouvelle instance de la classe OperationReportHandler.

Propriétés

Version

Obtient la version de contrat de ce gestionnaire.

Méthodes

OnError(String)

Appelé lorsqu’une erreur est signalée.

OnInformation(String)

Appelé lorsque des informations sont signalées.

OnVerbose(String)

Appelé lorsque des informations détaillées sont signalées.

OnWarning(String)

Appelé lorsqu’un avertissement est signalé.

S’applique à