OperationReportHandler Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Usado para lidar com a atividade de tempo de design relatada.
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
- Herança
-
OperationReportHandler
- Herança
-
OperationReportHandler
- Implementações
Construtores
OperationReportHandler(Action<String>, Action<String>, Action<String>, Action<String>) |
Inicializa uma nova instância da classe OperationReportHandler. |
Propriedades
Version |
Obtém a versão do contrato desse manipulador. |
Métodos
OnError(String) |
Invocado quando um erro é relatado. |
OnInformation(String) |
Invocado quando as informações são relatadas. |
OnVerbose(String) |
Invocado quando informações detalhadas são relatadas. |
OnWarning(String) |
Invocado quando um aviso é relatado. |
Aplica-se a
Entity Framework