Click or drag to resize
DashboardFilterCondition Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Specifies a single condition for the data filter to be applied to a data source for a dashboard object.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardFilterCondition

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardFilterCondition : _DashboardFilterCondition, 
	ISerializable

The DashboardFilterCondition type exposes the following members.

Constructors
  NameDescription
Public methodDashboardFilterCondition
Creates and returns a new DashboardFilterCondition.
Public methodDashboardFilterCondition(String, String, String, String, Byte, Byte, Type)
Creates and returns a new DashboardFilterCondition.
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyClone
Gets cloned copy of this object (only the ID will be different).
Public propertyColumnName
Gets and sets a value that indicates the name of the column this filter will be applied to.
Public propertyCOMValue
Gets and sets string a value that will be compared to the dataset column value.
Public propertyConditionOperator
Gets or sets a property that represents the operator used by this condition.
Public propertyDataType
Gets or sets a value that indicates the data type of the field.
Public propertyDateFilter
Gets a property that indicates if the filter is on a date column.
Public propertyDateTimeFilter
Gets a property that indicates if the filter is on a DateTime column.
Public propertyDisplayString
Public propertyFilterConditionValueType
Gets and sets the Filter Condition Value Type for this condition
Public propertyFilterParameterID
Gets or sets a the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.
Public propertyGuid
Gets and sets a GUID that uniquely identifies this object.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyLogicalOperator
Gets or sets a property that represents the logical (And/Or) operator used by this condition.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyPrefixBrackets
Gets or sets a value that indicates the number of opening brakets that preceed this condition.
Public propertyRowFilterOperator
Gets a value that indicates the condition operator as it is used in the RowFilter string.
Public propertyRowFilterString
Gets an expression that represents the condition in the format required by the ADO.NET RowFilter property.
Public propertySuffixBrackets
Gets or sets a value that indicates the number of closing brakets that follow this condition.
Public propertyValue
Gets and sets a value that will be compared to the dataset column value.
Top
Remarks