SessionOrderByData Class

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

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 SessionOrderByData

The SessionOrderByData type exposes the following members.

Constructors
 NameDescription
Public methodSessionOrderByDataInitializes a new instance of the SessionOrderByData class
Top
Properties
 NameDescription
Public propertySessionQueryField Gets or sets the session query field.
Public propertySortDirection Gets or sets the sort direction.
Top
See Also