Touchstone 11.0 API Reference
PagingInfo Class
Members 


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : PagingInfo Class
Contains properties that define the page layout, including a count of the number of pages, the page number, the page size, and a count of the total number of records.
Syntax
Public Class PagingInfo 
Dim instance As PagingInfo
public class PagingInfo 
Remarks
This PagingInfo object is used in a variety of objects that you use to request -- or when Touchstone® returns -- data with a specific page layout, such as GetAIREventsRequest, GetLocationsResponse, and GetEventExposureConcentrationAnalysisResultsResponse.

Note: If you do not specify the PagingInfo property in these requests and responses, the first page of each affected set of objects (for example, Contracts) is returned with the default page size of 20 records per page.

Inheritance Hierarchy

System.Object
   AIR.Services.Common.Data.PagingInfo

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagingInfo Members
AIR.Services.Common.Data Namespace