Udostępnij za pośrednictwem


MethodCallCodeFragment Konstruktory

Definicja

Przeciążenia

MethodCallCodeFragment(MethodInfo, Object[])

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

MethodCallCodeFragment(String, Object[])
Przestarzałe.

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)
Przestarzałe.

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)
Przestarzałe.

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

MethodCallCodeFragment(MethodInfo, Object[])

Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

public MethodCallCodeFragment (System.Reflection.MethodInfo methodInfo, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : System.Reflection.MethodInfo * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (methodInfo As MethodInfo, ParamArray arguments As Object())

Parametry

methodInfo
MethodInfo

MethodInfoMetoda .

arguments
Object[]

Argumenty wywołania metody. Może to być NestedClosureCodeFragment.

Dotyczy

MethodCallCodeFragment(String, Object[])

Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs

Przestroga

Use the overload accepting a MethodInfo

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

public MethodCallCodeFragment (string method, params object[] arguments);
[System.Obsolete("Use the overload accepting a MethodInfo")]
public MethodCallCodeFragment (string method, params object?[] arguments);
public MethodCallCodeFragment (string method, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
[<System.Obsolete("Use the overload accepting a MethodInfo")>]
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (method As String, ParamArray arguments As Object())

Parametry

method
String

Nazwa metody.

arguments
Object[]

Argumenty wywołania metody. Może to być fragment podobny NestedClosureCodeFragment do lub PropertyAccessorCodeFragment.

Atrybuty

Dotyczy

MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)

Źródło:
MethodCallCodeFragment.cs

Przestroga

Use the constructor without a chained call, and then invoke Chain() on the result

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

[System.Obsolete("Use the constructor without a chained call, and then invoke Chain() on the result", true)]
public MethodCallCodeFragment (System.Reflection.MethodInfo methodInfo, object?[] arguments, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment chainedCall);
[<System.Obsolete("Use the constructor without a chained call, and then invoke Chain() on the result", true)>]
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : System.Reflection.MethodInfo * obj[] * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (methodInfo As MethodInfo, arguments As Object(), chainedCall As MethodCallCodeFragment)

Parametry

methodInfo
MethodInfo

MethodInfoMetoda .

arguments
Object[]

Argumenty wywołania metody. Może to być NestedClosureCodeFragment.

chainedCall
MethodCallCodeFragment

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

Atrybuty

Dotyczy

MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)

Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs
Źródło:
MethodCallCodeFragment.cs

Przestroga

Use the overload accepting a MethodInfo, and then invoke Chain on the instance for the chained call

Inicjuje nowe wystąpienie klasy MethodCallCodeFragment.

public MethodCallCodeFragment (string method, object[] arguments, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment chainedCall);
[System.Obsolete("Use the overload accepting a MethodInfo, and then invoke Chain on the instance for the chained call")]
public MethodCallCodeFragment (string method, object?[] arguments, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment chainedCall);
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
[<System.Obsolete("Use the overload accepting a MethodInfo, and then invoke Chain on the instance for the chained call")>]
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (method As String, arguments As Object(), chainedCall As MethodCallCodeFragment)

Parametry

method
String

Nazwa metody.

arguments
Object[]

Argumenty wywołania metody. Może to być NestedClosureCodeFragment.

chainedCall
MethodCallCodeFragment

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

Atrybuty

Dotyczy