Click or drag to resize

DataBindingManager Class

Contains methods to manipulate data bindings. Data bindings describe relationsships between objects of type PsrData
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersDataBindingManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class DataBindingManager : BaseManager

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