AccountOrderByData Class

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

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 AccountOrderByData

The AccountOrderByData type exposes the following members.

Constructors
 NameDescription
Public methodAccountOrderByDataInitializes a new instance of the AccountOrderByData class
Top
Properties
 NameDescription
Public propertyAccountQueryField Gets or sets the account query field.
Public propertySortDirection Gets or sets the sort direction.
Top
See Also