BindingSourceValueProvider 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
특정 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 해당 BindingSource를 IValueProvider 지정하는 모든 매개 변수 및 모델 속성에 대한 데이터를 제공할 수 있는 기본 구현입니다.
BindingSourceValueProvider 는 을 IBindingSourceValueProvider 구현하고 모델의 연결된 BindingSource에 따라 값 공급자 집합에서 자신을 포함하거나 제외합니다. 값 공급자는 기본적으로 포함됩니다. 모델이 를 지정 BindingSource 하지 않으면 모든 값 공급자가 유효합니다.
생성자
BindingSourceValueProvider(BindingSource) |
새 BindingSourceValueProvider를 만듭니다. |
속성
BindingSource |
해당 BindingSource를 가져옵니다. |
메서드
ContainsPrefix(String) |
컬렉션이 지정된 접두사를 포함하는지 확인합니다. |
Filter(BindingSource) |
에 따라 값 공급자를 필터링합니다 |
GetValue(String) |
지정된 키를 사용하여 값 개체를 검색합니다. |