Udostępnij przez


OperationExecutor.GetContextTypes Klasa

Definicja

Reprezentuje operację, aby wyświetlić listę dostępnych DbContext typów.

public class OperationExecutor.GetContextTypes : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetContextTypes = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetContextTypes
Inherits OperationExecutor.OperationBase
Dziedziczenie
OperationExecutor.GetContextTypes
Dziedziczenie
OperationExecutor.GetContextTypes

Konstruktory

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextTypes.

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextTypes.

Argumenty nie są obecnie obsługiwane przez usługę args.

Metody

Execute(Action)

Wykonuje akcję przekazującą wyjątki do elementu IOperationResultHandler.

(Odziedziczone po OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Wykonuje akcję przekazującą wyniki lub wyjątki do elementu IOperationResultHandler.

(Odziedziczone po OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Wykonuje akcję przekazującą wynik lub wyjątki do elementu IOperationResultHandler.

(Odziedziczone po OperationExecutor.OperationBase)

Dotyczy