DependencyInjectionMethodParameterBinding クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EF 内部依存関係挿入サービスのメソッドからのバインディングについて説明します。このバインディングは、コンストラクター、ファクトリ メソッド、または同様のパラメーターに関連付けられている場合と関連付けられていない IServiceProperty場合もあります。
public class DependencyInjectionMethodParameterBinding : Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding
type DependencyInjectionMethodParameterBinding = class
inherit DependencyInjectionParameterBinding
Public Class DependencyInjectionMethodParameterBinding
Inherits DependencyInjectionParameterBinding
- 継承
-
DependencyInjectionMethodParameterBinding
注釈
詳細と例については、「 コンストラクターを含むエンティティ型 」を参照してください。
コンストラクター
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) |
適用対象
Entity Framework