C# Class Shaml.Web.HtmlHelpers.ThreeWayPaginationData

Inheritance: PaginationData
Afficher le fichier Open project: sztupy/shaml Class Usage Examples

Méthodes publiques

Méthode Description
Render ( HtmlHelper helper ) : string
ThreeWayPaginationData ( int page, int pageSize, long maxResults ) : System
ThreeWayPaginationData ( int page, int pageSize, long maxResults, int pagesPerBlock ) : System

Method Details

Render() public méthode

public Render ( HtmlHelper helper ) : string
helper HtmlHelper
Résultat string

ThreeWayPaginationData() public méthode

public ThreeWayPaginationData ( int page, int pageSize, long maxResults ) : System
page int
pageSize int
maxResults long
Résultat System

ThreeWayPaginationData() public méthode

public ThreeWayPaginationData ( int page, int pageSize, long maxResults, int pagesPerBlock ) : System
page int
pageSize int
maxResults long
pagesPerBlock int
Résultat System