QueryTokenOptions Class

The options class used for querying tokens.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryTokenOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class QueryTokenOptions

The QueryTokenOptions type exposes the following members.

Constructors
 NameDescription
Public methodQueryTokenOptionsInitializes a new instance of the QueryTokenOptions class
Top
Properties
 NameDescription
Public propertyFilter Gets or sets the filter rules.
Public propertyOrderBy Gets or sets the order by rules.
Public propertyPageNumber Gets or sets the page number.
Public propertyPageSize Gets or sets the page size.
Top
See Also