C# Class Signum.Entities.DynamicQuery.Pagination.Paginate

Inheritance: Pagination
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultElementsPerPage int

Méthodes publiques

Méthode Description
EndElementIndex ( int rows ) : int
GetElementsPerPage ( ) : int?
GetMode ( ) : PaginationMode
Paginate ( int elementsPerPage, int currentPage = 1 ) : System
StartElementIndex ( ) : int
TotalPages ( int totalElements ) : int
WithCurrentPage ( int newPage ) : Paginate

Method Details

EndElementIndex() public méthode

public EndElementIndex ( int rows ) : int
rows int
Résultat int

GetElementsPerPage() public méthode

public GetElementsPerPage ( ) : int?
Résultat int?

GetMode() public méthode

public GetMode ( ) : PaginationMode
Résultat PaginationMode

Paginate() public méthode

public Paginate ( int elementsPerPage, int currentPage = 1 ) : System
elementsPerPage int
currentPage int
Résultat System

StartElementIndex() public méthode

public StartElementIndex ( ) : int
Résultat int

TotalPages() public méthode

public TotalPages ( int totalElements ) : int
totalElements int
Résultat int

WithCurrentPage() public méthode

public WithCurrentPage ( int newPage ) : Paginate
newPage int
Résultat Paginate

Property Details

DefaultElementsPerPage public_oe static_oe property

public static int DefaultElementsPerPage
Résultat int