DependencyInjectionMethodParameterBinding クラス

定義

EF 内部依存関係挿入サービスのメソッドからのバインディングについて説明します。このバインディングは、コンストラクター、ファクトリ メソッド、または同様のパラメーターに関連付けられている場合と関連付けられていない IServiceProperty場合もあります。

public class DependencyInjectionMethodParameterBinding : Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding
type DependencyInjectionMethodParameterBinding = class
    inherit DependencyInjectionParameterBinding
Public Class DependencyInjectionMethodParameterBinding
Inherits DependencyInjectionParameterBinding
継承

注釈

詳細と例については、「 コンストラクターを含むエンティティ型 」を参照してください。

コンストラクター

DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase)

指定されたサービスの種類の指定されたメソッドの新しい DependencyInjectionParameterBinding インスタンスを作成します。

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

指定されたサービスの種類の指定されたメソッドの新しい DependencyInjectionParameterBinding インスタンスを作成します。

プロパティ

ConsumedProperties

このバインディングによって処理されるプロパティは、他の方法で設定する必要はありません。

(継承元 ParameterBinding)
Method

依存関係挿入サービス インターフェイスで定義されている、バインドされるメソッド。

ParameterType

パラメーター CLR 型。

(継承元 ParameterBinding)
ServiceDelegate

エンティティ インスタンスに CLR サービス プロパティを設定するデリゲート。

ServiceDelegate

エンティティ インスタンスに CLR サービス プロパティを設定するデリゲート。

(継承元 DependencyInjectionParameterBinding)
ServiceType

EF 内部サービスの CLR 型。

(継承元 ServiceParameterBinding)

メソッド

BindToParameter(Expression, Expression)

マテリアライズ式からコンストラクター、ファクトリ メソッドなどのパラメーターへのプロパティの値のバインドを表す式ツリーを作成します。

BindToParameter(Expression, Expression)

マテリアライズ式からコンストラクター、ファクトリ メソッドなどのパラメーターへのプロパティの値のバインドを表す式ツリーを作成します。

(継承元 DependencyInjectionParameterBinding)
BindToParameter(ParameterBindingInfo)

マテリアライズ式からコンストラクター、ファクトリ メソッドなどのパラメーターへのプロパティの値のバインドを表す式ツリーを作成します。

BindToParameter(ParameterBindingInfo)

マテリアライズ式からコンストラクター、ファクトリ メソッドなどのパラメーターへのプロパティの値のバインドを表す式ツリーを作成します。

(継承元 ServiceParameterBinding)
With(IPropertyBase[])

指定された使用済みプロパティを含むコピーを作成します。

With(IPropertyBase[])

指定された使用済みプロパティを含むコピーを作成します。

(継承元 DependencyInjectionParameterBinding)

適用対象