dundas.QueryFilterRule Class

 

Inheritance Hierarchy

 
Class
   dundas.QueryFilterRule
      dundas.account.GroupQueryFilterRule
      dundas.account.QueryFilterRule
      dundas.data.MemberQueryFilterRule
      dundas.data.TokenQueryFilterRule
      dundas.entities.DataCubeInfoQueryFilterRule
      dundas.filesystem.QueryFilterRule
      dundas.filesystem.RevisionQueryFilterRule
      dundas.logging.LogQueryFilterRule
      dundas.logon.LogOnHistoryQueryFilterRule
      dundas.notifications.QueryFilterRule
      dundas.scheduling.JobQueryFilterRule
      dundas.scheduling.JobRunEventQueryFilterRule
      dundas.scheduling.JobRunQueryFilterRule
      dundas.session.QueryFilterRule
 

Constructors

 
  Name Description
init Initializes the QueryFilterRule. Called during construction.
 
 

Properties

 
  Name Description
operator Gets or sets the filter expression operator.
options Gets or sets the query filter options.
value Gets or sets the value (right side of the filter expression).
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.