Click or drag to resize

DataBindingManager Methods

The DataBindingManager type exposes the following members.

Methods
  NameDescription
Public methodAddDataBinding
Adds a new data binding.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDataBindingsByData
Returns all data bindings of the object with the given ID where the object is not the parent. If you provide a parent object type, only data bindings where the parent is of the given object type are returned.
Public methodGetDataBindingsByParent
Returns all data bindings that match the given parent.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveAllDataBinding
Removes all data bindings from the object with the given ID.
Public methodRemoveDataBinding
Removes a data binding.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also