Partager via


MethodCallCodeFragment Constructeurs

Définition

Surcharges

MethodCallCodeFragment(MethodInfo, Object[])

Initialise une nouvelle instance de la classe MethodCallCodeFragment.

MethodCallCodeFragment(String, Object[])
Obsolète.

Initialise une nouvelle instance de la classe MethodCallCodeFragment.

MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)
Obsolète.

Initialise une nouvelle instance de la classe MethodCallCodeFragment.

MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)
Obsolète.

Initialise une nouvelle instance de la classe MethodCallCodeFragment.

MethodCallCodeFragment(MethodInfo, Object[])

Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs

Initialise une nouvelle instance de la classe 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())

Paramètres

methodInfo
MethodInfo

La méthode est MethodInfo.

arguments
Object[]

Arguments de l’appel de méthode. Peut être NestedClosureCodeFragment.

S’applique à

MethodCallCodeFragment(String, Object[])

Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs

Attention

Use the overload accepting a MethodInfo

Initialise une nouvelle instance de la classe 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())

Paramètres

method
String

Nom de la méthode.

arguments
Object[]

Arguments de l’appel de méthode. Il peut s’agir d’un fragment comme NestedClosureCodeFragment ou PropertyAccessorCodeFragment.

Attributs

S’applique à

MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)

Source:
MethodCallCodeFragment.cs

Attention

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

Initialise une nouvelle instance de la classe 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)

Paramètres

methodInfo
MethodInfo

La méthode est MethodInfo.

arguments
Object[]

Arguments de l’appel de méthode. Peut être NestedClosureCodeFragment.

chainedCall
MethodCallCodeFragment

L’appel de méthode suivant à la chaîne après cela.

Attributs

S’applique à

MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)

Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs

Attention

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

Initialise une nouvelle instance de la classe 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)

Paramètres

method
String

Nom de la méthode.

arguments
Object[]

Arguments de l’appel de méthode. Peut être NestedClosureCodeFragment.

chainedCall
MethodCallCodeFragment

L’appel de méthode suivant à la chaîne après cela.

Attributs

S’applique à