ServiceParameterBinding クラス

定義

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

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

注釈

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

コンストラクター

ServiceParameterBinding(Type, Type, IPropertyBase)

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

ServiceParameterBinding(Type, Type, IPropertyBase[])

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

プロパティ

ConsumedProperties

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

(継承元 ParameterBinding)
ParameterType

パラメーター CLR 型。

(継承元 ParameterBinding)
ServiceDelegate

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

ServiceType

EF 内部サービスの CLR 型。

メソッド

BindToParameter(Expression, Expression)

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

BindToParameter(ParameterBindingInfo)

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

With(IPropertyBase[])

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

(継承元 ParameterBinding)

適用対象