Share via


DependencyInjectionParameterBinding コンストラクター

定義

オーバーロード

DependencyInjectionParameterBinding(Type, Type, IPropertyBase)

指定したサービスの種類の新しい DependencyInjectionParameterBinding インスタンスを作成します。

DependencyInjectionParameterBinding(Type, Type, IPropertyBase[])

指定したサービスの種類の新しい DependencyInjectionParameterBinding インスタンスを作成します。

DependencyInjectionParameterBinding(Type, Type, IPropertyBase)

指定したサービスの種類の新しい DependencyInjectionParameterBinding インスタンスを作成します。

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

パラメーター

parameterType
Type

パラメーター CLR 型。

serviceType
Type

依存関係の挿入から解決されたサービス CLR 型

serviceProperty
IPropertyBase

関連付けられた IServiceProperty、または null。

適用対象

DependencyInjectionParameterBinding(Type, Type, IPropertyBase[])

指定したサービスの種類の新しい DependencyInjectionParameterBinding インスタンスを作成します。

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

パラメーター

parameterType
Type

パラメーター CLR 型。

serviceType
Type

依存関係の挿入から解決されたサービス CLR 型

serviceProperties
IPropertyBase[]

関連付けられた IServiceProperty オブジェクト(または null)。

適用対象