C# Class SigTrade.Paging.Pager

Mostrar archivo Open project: unepwcmc/sigtrade

Public Methods

Method Description
Pager ( System.Web.Mvc.ViewContext viewContext, int pageSize, int currentPage, int totalItemCount, RouteValueDictionary valuesDictionary ) : System
RenderHtml ( ) : string

Private Methods

Method Description
GeneratePageLink ( string linkText, int pageNumber ) : string

Method Details

Pager() public method

public Pager ( System.Web.Mvc.ViewContext viewContext, int pageSize, int currentPage, int totalItemCount, RouteValueDictionary valuesDictionary ) : System
viewContext System.Web.Mvc.ViewContext
pageSize int
currentPage int
totalItemCount int
valuesDictionary RouteValueDictionary
return System

RenderHtml() public method

public RenderHtml ( ) : string
return string