DependencyInjectionParameterBinding クラス

定義

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

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

注釈

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

コンストラクター

DependencyInjectionParameterBinding(Type, Type, IPropertyBase)

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

DependencyInjectionParameterBinding(Type, Type, IPropertyBase[])

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

プロパティ

ConsumedProperties

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

(継承元 ParameterBinding)
ParameterType

パラメーター CLR 型。

(継承元 ParameterBinding)
ServiceDelegate

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

ServiceDelegate

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

(継承元 ServiceParameterBinding)
ServiceType

EF 内部サービス CLR 型。

(継承元 ServiceParameterBinding)

メソッド

BindToParameter(Expression, Expression)

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

BindToParameter(ParameterBindingInfo)

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

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

使用される特定のプロパティを含むコピーを作成します。

With(IPropertyBase[])

使用される特定のプロパティを含むコピーを作成します。

(継承元 ParameterBinding)

適用対象