点击或拖拽改变大小

Bindings 类

设置绑定
继承层次
SystemObject
  CPFBindings

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public class Bindings : IEnumerable

Bindings 类型公开以下成员。

方法
  名称说明
公共方法Add(String, DataGridCellTemplate)
简化 DataGridCellTemplate 绑定
公共方法Add(String, String, Byte, BindingMode, FuncObject, Object, FuncObject, Object, ActionBinding, Object, Exception, ActionBinding, Object, Exception)
添加绑定到UIElement对象上,定义绑定在对应的Element层次上
公共方法Add(String, String, FuncUIElement, UIElement, BindingMode, FuncObject, Object, FuncObject, Object, ActionBinding, Object, Exception, ActionBinding, Object, Exception)
一般用于在设计模板的时候绑定当前页面里的元素,初始化的时候查找相对元素并绑定
公共方法Add(String, String, Object, BindingMode, FuncObject, Object, FuncObject, Object, ActionBinding, Object, Exception, ActionBinding, Object, Exception)
添加绑定
公共方法AddS, T(String, String, Byte, BindingMode, FuncS, T, FuncT, S, ActionBinding, Object, Exception, ActionBinding, Object, Exception)
公共方法AddS, T(String, String, FuncUIElement, UIElement, BindingMode, FuncS, T, FuncT, S, ActionBinding, Object, Exception, ActionBinding, Object, Exception)
初始化的时候查找相对元素并绑定
公共方法AddS, T(String, String, Object, BindingMode, FuncS, T, FuncT, S, ActionBinding, Object, Exception, ActionBinding, Object, Exception)
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetEnumerator
KeyValuePair<string, List<Binding>>
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
受保护的方法MemberwiseClone (继承自 Object。)
公共方法ToString (重写 ObjectToString.)
Top
扩展方法
  名称说明
公共扩展器方法ConvertTo
类型转换
(由 ObjectExtenstions 定义。)
公共扩展器方法Delay
延迟操作
(由 ObjectExtenstions 定义。)
公共扩展器方法Equal
对象是否相等
(由 ObjectExtenstions 定义。)
公共扩展器方法GetCreationCode (由 ObjectExtenstions 定义。)
公共扩展器方法GetPropretyValue
获取对象属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法GetValue
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法Invoke
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。)
公共扩展器方法SetPropretyValue
设置属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法SetValue
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法ToItems
转成IList用于Items属性设置
(由 ObjectExtenstions 定义。)
Top
参见