BindingSourceValueProvider クラス

定義

特定 BindingSourceの からのデータを提供する値プロバイダー。

public ref class BindingSourceValueProvider abstract : Microsoft::AspNetCore::Mvc::ModelBinding::IBindingSourceValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
public abstract class BindingSourceValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
type BindingSourceValueProvider = class
    interface IBindingSourceValueProvider
    interface IValueProvider
Public MustInherit Class BindingSourceValueProvider
Implements IBindingSourceValueProvider, IValueProvider
継承
BindingSourceValueProvider
派生
実装

注釈

BindingSourceValueProviderは、IValueProvider対応する BindingSourceを指定するすべてのパラメーターとモデル プロパティのデータを提供できる基本実装です。

BindingSourceValueProvider は を IBindingSourceValueProvider 実装し、モデルに関連付けられている BindingSourceに基づいて、一連の値プロバイダーから自身を含めるか除外します。 値プロバイダーは既定で含まれています。モデルで が指定されていない場合は、 BindingSource すべての値プロバイダーが有効です。

コンストラクター

名前 説明
BindingSourceValueProvider(BindingSource)

新しい BindingSourceValueProvider を作成します。

プロパティ

名前 説明
BindingSource

対応する を取得します BindingSource

メソッド

名前 説明
ContainsPrefix(String)

指定したプレフィックスがコレクションに含まれているかどうかを判断します。

Filter(BindingSource)

に基づいて値プロバイダーを bindingSourceフィルター処理します。

GetValue(String)

指定したキーを使用して値オブジェクトを取得します。

適用対象