DataPA Enterprise Dashboard Controls API Reference
The DashboardFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashboardFilter()()()() |
Creates and returns a new DashbaordFilter Object
|
|
DashboardFilter(SerializationInfo, StreamingContext) |
Initializes a new instance of the DashboardFilter class
|
Methods
Name | Description | |
---|---|---|
GetObjectData(SerializationInfo) | ||
GetObjectData(SerializationInfo, StreamingContext) | ||
SetObjectData | ||
ValidTreeViewFilter |
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
AdditionalFilterColumns |
Gets a collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
|
|
Clone |
Gets cloned copy of this object (only the ID will be different).
|
|
FilterConditions |
Gets and sets the DashboardFilterConditions collection that defines the filter.
|
|
FilterString |
Gets and sets a value that represents the filter string.
|
|
Guid |
Gets and sets a GUID that uniquely identifies this object.
|
|
ID |
Gets a value that indicates the Unique ID of this object.
|
|
TreeViewAdditionalFilterColumns |
Gets a collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
|
|
TreeViewFilter |
Gets the combined filter built from the tree view filter strings.
|
|
TreeViewFilterPanelIDs |
Gets and sets a collection of IDs of the treeview filter panels that provide the filter for this object.
|
|
TreeViewFilterStrings |
Gets and sets a collection of the filter strings derived from the TreeViewFilterPanelIDs collection.
|
|
UseManualFilter |
Gets and sets a value that indicates if the manual filter string should override the conditions collection.
|