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

取得來源的唯一識別碼。 來源會根據其識別碼進行比較。

(繼承來源 BindingSource)
IsFromRequest

取得值,指出系結來源是否使用來自目前 HTTP 要求的輸入。

(繼承來源 BindingSource)
IsGreedy

取得值,指出來源是否窮盡。 窮盡的來源會在單一作業中系結模型,而且不會將模型分解成子屬性。

(繼承來源 BindingSource)

方法

CanAcceptDataFrom(BindingSource)

取得值,指出 是否可以 BindingSource 接受 來自 bindingSource 的資料。

Create(IEnumerable<BindingSource>, String)

建立新的 CompositeBindingSource

Equals(BindingSource)

BindingSources 表示多個值提供者資料來源。

(繼承來源 BindingSource)
Equals(Object)

BindingSources 表示多個值提供者資料來源。

(繼承來源 BindingSource)
GetHashCode()

BindingSources 表示多個值提供者資料來源。

(繼承來源 BindingSource)

適用於