ResultPagingData Class

The data contract class for ResultPaging class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsResultPagingData

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 ResultPagingData : BaseDataContract

The ResultPagingData type exposes the following members.

Constructors
 NameDescription
Public methodResultPagingData Initializes a new instance of the ResultPagingData class.
Top
Properties
 NameDescription
Public propertyColumnSequenceSize Gets or sets the column tuple paging size.
Public propertyColumnSequenceStart Gets or sets the starting column tuple ordinal.
Public propertyIsPageIncludingTotals Gets or sets a value indicating whether the totals are included in the paging size or not.
Public propertyPagingKind Gets or sets the requested paging kind for the cell set tuples.
Public propertyRowSequenceSize Gets or sets the row tuple paging size.
Public propertyRowSequenceStart Gets or sets the starting row tuple ordinal.
Public propertySubqueryParameterValues Gets the parameter values to be used in running the sub query.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also