CompositeBindingSource 클래스

정의

BindingSources 여러 값 공급자 데이터 원본을 나타낼 수 있는 입니다.

public ref class CompositeBindingSource : Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource
public class CompositeBindingSource : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource
type CompositeBindingSource = class
    inherit BindingSource
Public Class CompositeBindingSource
Inherits BindingSource
상속
CompositeBindingSource

속성

BindingSources

항목 집합을 BindingSource 가져옵니다.

DisplayName

원본의 표시 이름을 가져옵니다.

(다음에서 상속됨 BindingSource)
Id

원본의 고유 식별자를 가져옵니다. 원본은 ID에 따라 비교됩니다.

(다음에서 상속됨 BindingSource)
IsFromRequest

바인딩 원본이 현재 HTTP 요청의 입력을 사용하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 BindingSource)
IsGreedy

원본이 greedy인지 여부를 나타내는 값을 가져옵니다. greedy 원본은 단일 작업에서 모델을 바인딩하고 모델을 하위 속성으로 분해하지 않습니다.

(다음에서 상속됨 BindingSource)

메서드

CanAcceptDataFrom(BindingSource)

에서 데이터를 허용할 수 있는지 여부를 BindingSource 나타내는 값을 가져옵니다 bindingSource.

Create(IEnumerable<BindingSource>, String)

CompositeBindingSource를 만듭니다.

Equals(BindingSource)

BindingSources 여러 값 공급자 데이터 원본을 나타낼 수 있는 입니다.

(다음에서 상속됨 BindingSource)
Equals(Object)

BindingSources 여러 값 공급자 데이터 원본을 나타낼 수 있는 입니다.

(다음에서 상속됨 BindingSource)
GetHashCode()

BindingSources 여러 값 공급자 데이터 원본을 나타낼 수 있는 입니다.

(다음에서 상속됨 BindingSource)

적용 대상