共用方式為


DependencyInjectionMethodParameterBinding 建構函式

定義

多載

DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase)

為指定服務類型的指定方法建立新的 DependencyInjectionParameterBinding 實例。

DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase[])

為指定服務類型的指定方法建立新的 DependencyInjectionParameterBinding 實例。

DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase)

為指定服務類型的指定方法建立新的 DependencyInjectionParameterBinding 實例。

public DependencyInjectionMethodParameterBinding (Type parameterType, Type serviceType, System.Reflection.MethodInfo method, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding : Type * Type * System.Reflection.MethodInfo * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding
Public Sub New (parameterType As Type, serviceType As Type, method As MethodInfo, Optional serviceProperty As IPropertyBase = Nothing)

參數

parameterType
Type

參數 CLR 類型。

serviceType
Type

服務 CLR 類型,如從相依性插入解析

method
MethodInfo

要系結至之服務的方法。

serviceProperty
IPropertyBase

相關聯的 IServiceProperty 、 或 null。

適用於

DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase[])

為指定服務類型的指定方法建立新的 DependencyInjectionParameterBinding 實例。

public DependencyInjectionMethodParameterBinding (Type parameterType, Type serviceType, System.Reflection.MethodInfo method, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding : Type * Type * System.Reflection.MethodInfo * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding
Public Sub New (parameterType As Type, serviceType As Type, method As MethodInfo, ParamArray serviceProperties As IPropertyBase())

參數

parameterType
Type

參數 CLR 類型。

serviceType
Type

服務 CLR 類型,如從相依性插入解析

method
MethodInfo

要系結至之服務的方法。

serviceProperties
IPropertyBase[]

相關聯的 IServiceProperty 物件或 null

適用於