dundas.view.ElementParameterLink Class

 

Inheritance Hierarchy

 
Class
   dundas.view.ElementParameterLink
 

Constructors

 
  Name Description
init Initializes the ElementParameterLink. Called during construction. This is used for view parameters to remember which parameters on which elements they are bound to.
 
 

Properties

 
  Name Description
adapterId Gets or sets the ID of the adapter that this parameter value is operating on.
elementUsageUniqueName Gets or sets the unique name of the element usage on the metric set that this parameter value is acting on.
metricSetBindingId Gets or sets the ID of the metric set binding that this parameter value is operating on.
parameterId Gets or sets the ID of the parameter on the analysis element that this parameter value is acting on.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.