|
 | clearDefaultViewParameterValues |
Clears out the default view parameter values.
|
 | fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |

 | fromQueryString |
Creates a dundas.view.controls.ViewOverrides from a given query string value.
|
 | getMetricSetBindingOverrideById |
Gets the metric set binding override by the given IDs. If it's not found, null is returned.
|
 | toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |
 | toKeyValuePair |
Converts this override object to a Key Value Pair that can be used with navigate call for the query string, keyed by dundas.constants.VIEW_OVERRIDES_QUERY_STRING_KEY.
|
 | toQueryString |
Converts this object to a query string.
|
 | updateDefaultViewParameterValues |
Given a View, update the default view parameter values.
|