NotificationQueryFilterRuleData Class |
Namespace: Dundas.BI.WebApi.Models
The NotificationQueryFilterRuleData type exposes the following members.
| Name | Description | |
|---|---|---|
| NotificationQueryFilterRuleData | Initializes a new instance of the NotificationQueryFilterRuleData class |
| Name | Description | |
|---|---|---|
| Field |
Gets or sets the field on which the filter should be applied (left side of the filter expression).
| |
| Operator | Gets the filter expression operator. (Inherited from QueryFilterRuleData.) | |
| Options | Gets the query filter options. (Inherited from QueryFilterRuleData.) | |
| Value | Gets the value (right side of the filter expression). (Inherited from QueryFilterRuleData.) |
| Name | Description | |
|---|---|---|
| GetNotificationQueryFilterRule |
Gets the notification query filter rule.
| |
| GetProperDateTimeValue | (Inherited from QueryFilterRuleData.) | |
| GetProperValue |
Helper method to convert this.Value into a proper value (collection or otherwise).
(Inherited from QueryFilterRuleData.) |