Cocktail Help Reference
IPager<T> Interface Members
See Also  Properties  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : IPager<T> Interface


Glossary Item Box

The following tables list the members exposed by IPager<T>.

Public Properties

 NameDescription
 PropertyCurrentPageReturns the current page.  
 PropertyIsPageChangingReturns true if a page change is in progress.  
 PropertyPageSizeReturns the number of records requested for each page.  
 PropertyTotalDataSourceItemCountReturns the number of records available to be returned from the back-end data source.  
 PropertyTotalItemCountReturns the total number of items returned.  
 PropertyTotalNumberOfPagesReturns the total number of pages.  
Top

Public Methods

 NameDescription
 MethodFirstPageAsyncOverloaded. Moves to the first page.  
 MethodGoToPageAsyncOverloaded. Moves to the specified page.  
 MethodLastPageAsyncOverloaded. Moves to the last page.  
 MethodNextPageAsyncOverloaded. Moves to the page after the current page.  
 MethodPreviousPageAsyncOverloaded. Moves to the page before the current page.  
Top

See Also

© 2013 All Rights Reserved.