ViewParameter.getMetricSetBindingsFromLinks Method
        
 When the view parameter is being used in a View, this method will return all the metric set bindings being affected by this
 View parameter. This includes those in container controls.
 
         
        Parameters
        
            - currentView
            
 
            - 
                
Type: CanvasAdapter
(optional) If supplied, will be used during the metric set binding link resolution instead of window.dundas.context.baseViewService.currentView.
Optional: True 
        
        Return Value
        
Type: Array
        
ElementType: Object
        
The list of metric set bindings. The structure has:
     - link              [type: dundas.view.ElementParameterLink]        - The link.
     - metricSetBinding  [type: dundas.view.controls.MetricSetBinding]   - The metric set binding.