TenantOrderByData Class

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

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 TenantOrderByData

The TenantOrderByData type exposes the following members.

Constructors
 NameDescription
Public methodTenantOrderByDataInitializes a new instance of the TenantOrderByData class
Top
Properties
 NameDescription
Public propertySortDirection Gets or sets the sort direction.
Public propertyTenantQueryField Gets or sets the tenant query field.
Top
See Also