TokenOrderByData Class

The data contract class for a order by entry for QueryTokenOptions.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsTokenOrderByData

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 TokenOrderByData

The TokenOrderByData type exposes the following members.

Constructors
 NameDescription
Public methodTokenOrderByDataInitializes a new instance of the TokenOrderByData class
Top
Properties
 NameDescription
Public propertySortDirection Gets or sets the sort direction.
Public propertyTokenQueryField Gets or sets the token query field.
Top
See Also