MethodCallCodeFragment Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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[], MethodCallCodeFragment) |
Przestarzałe.
Inicjuje nowe wystąpienie klasy MethodCallCodeFragment. |
MethodCallCodeFragment(MethodInfo, Object[]) |
Inicjuje nowe wystąpienie klasy MethodCallCodeFragment. |
MethodCallCodeFragment(String, Object[], MethodCallCodeFragment) |
Przestarzałe.
Inicjuje nowe wystąpienie klasy MethodCallCodeFragment. |
MethodCallCodeFragment(String, Object[]) |
Przestarzałe.
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[]) |
Przestarzałe.
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. |