DashboardFilterCondition Class |
![]() |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DashboardFilterCondition : _DashboardFilterCondition, ISerializable
The DashboardFilterCondition type exposes the following members.
Name | Description | |
---|---|---|
![]() | DashboardFilterCondition() |
Creates and returns a new DashboardFilterCondition.
|
![]() | DashboardFilterCondition(String, String, String, String, Byte, Byte, Type) |
Creates and returns a new DashboardFilterCondition.
|
Name | Description | |
---|---|---|
![]() | GetObjectData |
Name | Description | |
---|---|---|
![]() ![]() | ClassId | |
![]() ![]() | EventsId | |
![]() ![]() | InterfaceId |
Name | Description | |
---|---|---|
![]() | Clone |
Gets cloned copy of this object (only the ID will be different).
|
![]() | ColumnName |
Gets and sets a value that indicates the name of the column this filter will be applied to.
|
![]() | COMValue |
Gets and sets string a value that will be compared to the dataset column value.
|
![]() | ConditionOperator |
Gets or sets a property that represents the operator used by this condition.
|
![]() | DataType |
Gets or sets a value that indicates the data type of the field.
|
![]() | DateFilter |
Gets a property that indicates if the filter is on a date column.
|
![]() | DateTimeFilter |
Gets a property that indicates if the filter is on a DateTime column.
|
![]() | DisplayString | |
![]() | FilterConditionValueType |
Gets and sets the Filter Condition Value Type for this condition
|
![]() | FilterParameterID |
Gets or sets a the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.
|
![]() | Guid |
Gets and sets a GUID that uniquely identifies this object.
|
![]() | ID |
Gets a value that indicates the Unique ID of this object.
|
![]() | LogicalOperator |
Gets or sets a property that represents the logical (And/Or) operator used by this condition.
|
![]() | ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
|
![]() | PrefixBrackets |
Gets or sets a value that indicates the number of opening brakets that preceed this condition.
|
![]() | RowFilterOperator |
Gets a value that indicates the condition operator as it is used in the RowFilter string.
|
![]() | RowFilterString |
Gets an expression that represents the condition in the format required by the ADO.NET RowFilter property.
|
![]() | SuffixBrackets |
Gets or sets a value that indicates the number of closing brakets that follow this condition.
|
![]() | Value |
Gets and sets a value that will be compared to the dataset column value.
|