C# Class Shaml.Web.HtmlHelpers.ThreeWayPaginationData

Inheritance: PaginationData
ファイルを表示 Open project: sztupy/shaml Class Usage Examples

Public Methods

Method 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 method

public Render ( HtmlHelper helper ) : string
helper HtmlHelper
return string

ThreeWayPaginationData() public method

public ThreeWayPaginationData ( int page, int pageSize, long maxResults ) : System
page int
pageSize int
maxResults long
return System

ThreeWayPaginationData() public method

public ThreeWayPaginationData ( int page, int pageSize, long maxResults, int pagesPerBlock ) : System
page int
pageSize int
maxResults long
pagesPerBlock int
return System