ElementParameterLinkData Class

A binding link is between a view parameter and a parameter on an analysis element on a metric set binding on an adapter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsElementParameterLinkData

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 ElementParameterLinkData : BaseDataContract

The ElementParameterLinkData type exposes the following members.

Constructors
  NameDescription
Public methodElementParameterLinkData
Initializes a new instance of the ElementParameterLinkData class.
Top
Properties
  NameDescription
Public propertyAdapterId
Gets or sets the ID of the adapter.
Public propertyElementUsageUniqueName
Gets or sets the unique name of the element usage.
Public propertyMetricSetBindingId
Gets or sets the ID of the metric set binding.
Public propertyParameterId
Gets or sets the ID of the parameter.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also