TenantQueryFilterRuleData Class |
Namespace: Dundas.BI.WebApi.Models
The TenantQueryFilterRuleData type exposes the following members.
| Name | Description | |
|---|---|---|
| TenantQueryFilterRuleData | Initializes a new instance of the TenantQueryFilterRuleData 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 | |
|---|---|---|
| GetProperDateTimeValue | (Inherited from QueryFilterRuleData.) | |
| GetProperValue |
Helper method to convert this.Value into a proper value (collection or otherwise).
(Inherited from QueryFilterRuleData.) | |
| GetTenantQueryFilterRule |
Gets the file system query filter rule.
|