Click or drag to resize
DashboardAPIParameter Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object that represents a value used allow dashboards to be filtered via the API
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardAPIParameter

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardAPIParameter : DashboardAPIParameter_DashboardAPIParameter, 
	ISerializable, FilterParameter

The DashboardAPIParameter type exposes the following members.

Constructors
Methods
Fields
Properties
  NameDescription
Public propertyCOMValue
Gets and sets the selected value that this API parameter returns. (String version for COM, which cannot expose object properties).
Public propertyDependantCalculatedColumns
Gets a list of calculated columns that are dependant on this filter parameter value
Public propertyDirectFilterDependantObjects
Gets a collection that contains all the DashboardObjects that are dependant on this filter parameter, excluding those that are dependant on other dependants.
Public propertyDisplayColumnDateType
Gets and sets a value that determines how date and date/time values are treated in the display of a drop down list
Public propertyFilterDependantControlPanelObjects
Gets a collection that contains all the ControlPanelObjects that are dependant on this filter parameter.
Public propertyFilterDependantObjects
Gets a collection that contains all the DashboardObjects that are dependant on this filter parameter.
Public propertyID
Gets a unique identifier for this parameter
Public propertyName
Gets a value that indicates the name of this object.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent DashboardAPIParameters collection
Public propertyQueryParameters
Gets a collection of the query parameters that this filter object represents.
Public propertyRefreshQueriesOnChange
Gets a collection of queries that should be refreshed when the value of this query parameter is changed.
Public propertyType
Gets and sets the type of this API filter parameter
Public propertyValue
Gets and sets the value of this API filter parameter
Top
Remarks