BindingData Class

Represents a binding.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class BindingData : BaseDataContract

The BindingData type exposes the following members.

Constructors
  NameDescription
Public methodBindingData
Initializes a new instance of the BindingData 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.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also