次の方法で共有


ServiceParameterBinding コンストラクター

定義

オーバーロード

ServiceParameterBinding(Type, Type, IPropertyBase)

指定されたサービスの種類またはメタデータ型の新しい ServiceParameterBinding インスタンスを作成します。

ServiceParameterBinding(Type, Type, IPropertyBase[])

指定されたサービスの種類またはメタデータ型の新しい ServiceParameterBinding インスタンスを作成します。

ServiceParameterBinding(Type, Type, IPropertyBase)

指定されたサービスの種類またはメタデータ型の新しい ServiceParameterBinding インスタンスを作成します。

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

パラメーター

parameterType
Type

パラメーター CLR 型。

serviceType
Type

サービスまたはメタデータの CLR 型。

serviceProperty
IPropertyBase

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

適用対象

ServiceParameterBinding(Type, Type, IPropertyBase[])

指定されたサービスの種類またはメタデータ型の新しい ServiceParameterBinding インスタンスを作成します。

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

パラメーター

parameterType
Type

パラメーター CLR 型。

serviceType
Type

サービスまたはメタデータの CLR 型。

serviceProperties
IPropertyBase[]

関連付けられている IServiceProperty インスタンス(null)。

適用対象