DashboardAPIParameter Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DashboardAPIParameter : DashboardAPIParameter_DashboardAPIParameter, ISerializable, FilterParameter
The DashboardAPIParameter type exposes the following members.
Name | Description | |
---|---|---|
DashboardAPIParameter |
Creates and returns a new DashboardAPIParameter
| |
DashboardAPIParameter(String, DashboardAPIParameterParamaterTypeEnum) |
Creates and returns a new DashboardAPIParameter
| |
DashboardAPIParameter(String, DashboardAPIParameterParamaterTypeEnum, Object) |
Creates and returns a new DashboardAPIParameter
|
Name | Description | |
---|---|---|
GetObjectData | ||
GetValueString |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
COMValue |
Gets and sets the selected value that this API parameter returns. (String version for COM, which cannot expose object properties).
| |
DependantCalculatedColumns |
Gets a list of calculated columns that are dependant on this filter parameter value
| |
DirectFilterDependantObjects |
Gets a collection that contains all the DashboardObjects that are dependant on this filter parameter, excluding those that are dependant on other dependants.
| |
DisplayColumnDateType |
Gets and sets a value that determines how date and date/time values are treated in the display of a drop down list
| |
FilterDependantControlPanelObjects |
Gets a collection that contains all the ControlPanelObjects that are dependant on this filter parameter.
| |
FilterDependantObjects |
Gets a collection that contains all the DashboardObjects that are dependant on this filter parameter.
| |
ID |
Gets a unique identifier for this parameter
| |
Name |
Gets a value that indicates the name of this object.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
Parent |
Gets and sets the parent DashboardAPIParameters collection
| |
QueryParameters |
Gets a collection of the query parameters that this filter object represents.
| |
RefreshQueriesOnChange |
Gets a collection of queries that should be refreshed when the value of this query parameter is changed.
| |
Type |
Gets and sets the type of this API filter parameter
| |
Value |
Gets and sets the value of this API filter parameter
|