Sdílet prostřednictvím


OperationExecutor.OperationBase Konstruktory

Definice

Přetížení

OperationExecutor.OperationBase(IOperationResultHandler)

Inicializuje novou instanci OperationExecutor.OperationBase třídy .

OperationExecutor.OperationBase(Object)

Inicializuje novou instanci OperationExecutor.OperationBase třídy .

OperationExecutor.OperationBase(IOperationResultHandler)

Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs

Inicializuje novou instanci OperationExecutor.OperationBase třídy .

protected OperationBase (Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase : Microsoft.EntityFrameworkCore.Design.IOperationResultHandler -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Protected Sub New (resultHandler As IOperationResultHandler)

Parametry

Platí pro

OperationExecutor.OperationBase(Object)

Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs

Inicializuje novou instanci OperationExecutor.OperationBase třídy .

protected OperationBase (object resultHandler);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase : obj -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Protected Sub New (resultHandler As Object)

Parametry

resultHandler
Object

Hodnota IOperationResultHandler

Platí pro