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