Udostępnij przez


MethodCallCodeFragment Klasa

Definicja

Reprezentuje wywołanie metody.

public class MethodCallCodeFragment
public class MethodCallCodeFragment : Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment
type MethodCallCodeFragment = class
type MethodCallCodeFragment = class
    interface IMethodCallCodeFragment
Public Class MethodCallCodeFragment
Public Class MethodCallCodeFragment
Implements IMethodCallCodeFragment
Dziedziczenie
MethodCallCodeFragment
Implementuje

Uwagi

Aby uzyskać więcej informacji i przykładów, zobacz Implementacja dostawców i rozszerzeń bazy danych .

Konstruktory

MethodCallCodeFragment(MethodInfo, Object[])

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)
Nieaktualne..

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

MethodCallCodeFragment(String, Object[])
Nieaktualne..

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)
Nieaktualne..

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

Właściwości

Arguments

Pobiera argumenty wywołania metody.

ChainedCall

Pobiera następne wywołanie metody do łańcucha po tym.

DeclaringType

Pobiera nazwę typu deklaratywnego metody.

Method

Pobiera nazwę metody.

MethodInfo

Pobiera metodę MethodInfo dla tego wywołania metody.

Namespace

Pobiera przestrzeń nazw deklarowanego typu metody.

Metody

Chain(MethodCallCodeFragment)

Tworzy łańcuch metod z tej metody do innej.

Chain(MethodInfo, Object[])

Tworzy łańcuch metod z tej metody do innej.

Chain(String, Object[])
Nieaktualne..

Tworzy łańcuch metod z tej metody do innej.

Jawne implementacje interfejsu

IMethodCallCodeFragment.Arguments

Reprezentuje wywołanie metody.

IMethodCallCodeFragment.ChainedCall

Reprezentuje wywołanie metody.

IMethodCallCodeFragment.TypeArguments

Reprezentuje wywołanie metody.

Metody rozszerzania

GetRequiredUsings(MethodCallCodeFragment)

Pobiera instrukcje using wymagane dla tego wywołania metody.

Dotyczy