CompositeBindingSource 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
, 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
- 繼承
屬性
BindingSources |
取得專案 BindingSource 集。 |
DisplayName |
取得來源的顯示名稱。 (繼承來源 BindingSource) |
Id |
取得來源的唯一識別碼。 來源會根據其識別碼進行比較。 (繼承來源 BindingSource) |
IsFromRequest |
取得值,指出系結來源是否使用來自目前 HTTP 要求的輸入。 (繼承來源 BindingSource) |
IsGreedy |
取得值,指出來源是否窮盡。 窮盡的來源會在單一作業中系結模型,而且不會將模型分解成子屬性。 (繼承來源 BindingSource) |
方法
CanAcceptDataFrom(BindingSource) |
取得值,指出 是否可以 BindingSource 接受 來自 |
Create(IEnumerable<BindingSource>, String) |
建立新的 CompositeBindingSource。 |
Equals(BindingSource) |
, BindingSources 表示多個值提供者資料來源。 (繼承來源 BindingSource) |
Equals(Object) |
, BindingSources 表示多個值提供者資料來源。 (繼承來源 BindingSource) |
GetHashCode() |
, BindingSources 表示多個值提供者資料來源。 (繼承來源 BindingSource) |