Click or drag to resize

PagedSearchResultsT Class

A generic object which represents one "page" of result data as returned by various xTend methods which return paged result sets.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPagedSearchResultsT

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PagedSearchResults<T>

Type Parameters

T
The data Type of the results contained by the Results property of this class.

The PagedSearchResultsT type exposes the following members.

Constructors
  NameDescription
Public methodPagedSearchResultsT
Initializes a new instance of the PagedSearchResultsT class
Top
Properties
  NameDescription
Public propertyPageNumber
The number of the page within the result set represented by this search result.
Public propertyPageSize
The number of data records per page for this search result.
Public propertyResults
The actual data payload or result set, in the form of a list of data objects of type T
Public propertyTotalPages
The total number of pages that are available for this search result.
Public propertyTotalRecords
The total number of data records that are available for this search result across all pages.
Top
See Also