LogOnHistoryQueryFilterRuleData Class

The data transfer object for LogOnHistoryQueryFilterRule.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryFilterRuleData
    Dundas.BI.WebApi.ModelsLogOnHistoryQueryFilterRuleData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class LogOnHistoryQueryFilterRuleData : QueryFilterRuleData

The LogOnHistoryQueryFilterRuleData type exposes the following members.

Constructors
  NameDescription
Public methodLogOnHistoryQueryFilterRuleData
Initializes a new instance of the LogOnHistoryQueryFilterRuleData class
Top
Properties
  NameDescription
Public propertyField
Gets the field on which the filter should be applied (left side of the filter expression).
Public propertyOperator
Gets the filter expression operator.
(Inherited from QueryFilterRuleData.)
Public propertyOptions
Gets the query filter options.
(Inherited from QueryFilterRuleData.)
Public propertyValue
Gets the value (right side of the filter expression).
(Inherited from QueryFilterRuleData.)
Top
Methods
  NameDescription
Public methodGetLogOnHistoryQueryFilterRule
Gets the file system query filter rule.
Protected methodGetProperDateTimeValue (Inherited from QueryFilterRuleData.)
Protected methodGetProperValue
Helper method to convert this.Value into a proper value (collection or otherwise).
(Inherited from QueryFilterRuleData.)
Top
See Also