Binding Class

Represents a binding.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsBinding

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class Binding

The Binding type exposes the following members.

Constructors
 NameDescription
Public methodBinding Initializes a new instance of the Binding class.
Top
Properties
 NameDescription
Public propertyElementUsageUniqueName Gets or sets the unique name of the column this binding is acting on.
Public propertyId Gets or sets the ID of the binding.
Public propertyLevelUniqueName Gets or sets the optional level unique name associated with this element originally. This is only set if a level was specifically used to create this binding, in order for top level depth to work properly.
Public propertyTargetId Gets or sets the ID of the binding target.
Public propertyTargetName Gets or sets the name of the binding target.
Top
See Also