DataPA Enterprise Dashboard Controls API Reference

The DashboardFilterCondition type exposes the following members.

Constructors

  Name Description
Public method DashboardFilterCondition()()()()
Creates and returns a new DashboardFilterCondition.
Public method DashboardFilterCondition(String, String, String, String, Byte, Byte, Type)
Creates and returns a new DashboardFilterCondition.

Methods

  Name Description
Public method GetObjectData
Protected method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Clone
Gets cloned copy of this object (only the ID will be different).
Public property ColumnName
Gets and sets a value that indicates the name of the column this filter will be applied to.
Public property COMValue
Gets and sets string a value that will be compared to the dataset column value.
Public property ConditionOperator
Gets or sets a property that represents the operator used by this condition.
Public property DataType
Gets or sets a value that indicates the data type of the field.
Public property DateFilter
Gets a property that indicates if the filter is on a date column.
Public property DateTimeFilter
Gets a property that indicates if the filter is on a DateTime column.
Public property DisplayString
Public property FilterConditionValueType
Gets and sets the Filter Condition Value Type for this condition
Public property FilterParameterID
Gets or sets a the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.
Public property Guid
Gets and sets a GUID that uniquely identifies this object.
Public property ID
Gets a value that indicates the Unique ID of this object.
Public property LogicalOperator
Gets or sets a property that represents the logical (And/Or) operator used by this condition.
Public property PrefixBrackets
Gets or sets a value that indicates the number of opening brakets that preceed this condition.
Public property RowFilterOperator
Gets a value that indicates the condition operator as it is used in the RowFilter string.
Public property RowFilterString
Gets an expression that represents the condition in the format required by the ADO.NET RowFilter property.
Public property SuffixBrackets
Gets or sets a value that indicates the number of closing brakets that follow this condition.
Public property Value
Gets and sets a value that will be compared to the dataset column value.

See Also