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 |
获取源的唯一标识符。 根据源的 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) |