ExportResultInfoOrderByData Class

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

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

The ExportResultInfoOrderByData type exposes the following members.

Constructors
  NameDescription
Public methodExportResultInfoOrderByData
Initializes a new instance of the ExportResultInfoOrderByData class
Top
Properties
  NameDescription
Public propertyExportResultInfoQueryField
Gets or sets the export result info query field.
Public propertySortDirection
Gets or sets the sort direction.
Top
See Also