OperationReportHandler Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é. |