DashboardFilter Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DashboardFilter : _DashboardFilter, ISerializable, ISerializable
The DashboardFilter type exposes the following members.
Name | Description | |
---|---|---|
DashboardFilter |
Creates and returns a new DashbaordFilter Object
|
Name | Description | |
---|---|---|
GetObjectData(SerializationInfo) | ||
GetObjectData(SerializationInfo, StreamingContext) | ||
ValidTreeViewFilter |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
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.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
TimeDependent |
Returns a value that indicates whether this is a time dependent filter
| |
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.
| |
TreeViewFilterPanelIDsDoNotInheritFilter |
Gets and sets a list of IDs that identifies any treeview filters applied to this object that should not inherit the parent filter of the treeview
| |
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.
| |
UserDependentFilter |
Gets a property that indicates whether this condition is dependent on the user that is logged in
| |
UsesDynamicValues |
Gets a property that indicates if the dashboard filter uses dynamic values such as user or group.
|