C# Class Predica.FimCommunication.Querying.Pagination

Mostrar archivo Open project: Predica/FimClient Class Usage Examples

Public Properties

Property Type Description
All Pagination
AllPagesSize int
FirstPageIndex int

Public Methods

Method Description
FirstPageOfSize ( int size ) : Pagination
FromRowIndex ( int rowIndex, int pageSize ) : Pagination

Builds a request given zero-based starting row index and page size.

GetFirstRowIndex ( ) : int
Pagination ( )
Pagination ( int pageIndex, int pageSize )

Method Details

FirstPageOfSize() public static method

public static FirstPageOfSize ( int size ) : Pagination
size int
return Pagination

FromRowIndex() public static method

Builds a request given zero-based starting row index and page size.
public static FromRowIndex ( int rowIndex, int pageSize ) : Pagination
rowIndex int
pageSize int
return Pagination

GetFirstRowIndex() public method

public GetFirstRowIndex ( ) : int
return int

Pagination() public method

public Pagination ( )

Pagination() public method

public Pagination ( int pageIndex, int pageSize )
pageIndex int Zero based index of the page.
pageSize int

Property Details

All public_oe static_oe property

public static Pagination,Predica.FimCommunication.Querying All
return Pagination

AllPagesSize public_oe static_oe property

Value used to get all pages in a query
public static int AllPagesSize
return int

FirstPageIndex public_oe static_oe property

public static int FirstPageIndex
return int