ContextParameterBinding クラス

定義

コンストラクター、ファクトリ メソッド、または同様の DbContextパラメーターに 対する、 のバインドについて説明します。このバインディングには、 が含まれている場合と関連付けられていない IServiceProperty場合もあります。

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

注釈

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

コンストラクター

ContextParameterBinding(Type, IPropertyBase)

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

ContextParameterBinding(Type, IPropertyBase[])

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

プロパティ

ConsumedProperties

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

(継承元 ParameterBinding)
ParameterType

パラメーター CLR 型。

(継承元 ParameterBinding)
ServiceDelegate

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

(継承元 ServiceParameterBinding)
ServiceType

EF 内部サービス CLR 型。

(継承元 ServiceParameterBinding)

メソッド

BindToParameter(Expression, Expression)

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

BindToParameter(ParameterBindingInfo)

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

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

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

With(IPropertyBase[])

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

(継承元 ParameterBinding)

適用対象