C# Class Nop.Web.Framework.UI.Paging.Pager

Renders a pager component from an IPageableModel datasource.
Inheritance: IHtmlString
Afficher le fichier Open project: emilianionascu/NopCommerce

Protected Properties

Свойство Type Description
booleanParameterNames IList
individualPagesDisplayedCount int
model IPageableModel
pageQueryName string
showFirst bool
showIndividualPages bool
showLast bool
showNext bool
showPagerItems bool
showPrevious bool
showTotalSummary bool
urlBuilder string>.Func
viewContext System.Web.Mvc.ViewContext

Méthodes publiques

Méthode Description
BooleanParameterName ( string paramName ) : Pager
IndividualPagesDisplayedCount ( int value ) : Pager
Link ( string>.Func value ) : Pager
Pager ( IPageableModel model, System.Web.Mvc.ViewContext context ) : System
QueryParam ( string value ) : Pager
ShowFirst ( bool value ) : Pager
ShowIndividualPages ( bool value ) : Pager
ShowLast ( bool value ) : Pager
ShowNext ( bool value ) : Pager
ShowPagerItems ( bool value ) : Pager
ShowPrevious ( bool value ) : Pager
ShowTotalSummary ( bool value ) : Pager
ToHtmlString ( ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
CreateDefaultUrl ( int pageNumber ) : string
CreatePageLink ( int pageNumber, string text, string cssClass ) : string
GetFirstIndividualPageIndex ( ) : int
GetLastIndividualPageIndex ( ) : int

Method Details

BooleanParameterName() public méthode

public BooleanParameterName ( string paramName ) : Pager
paramName string
Résultat Pager

CreateDefaultUrl() protected méthode

protected CreateDefaultUrl ( int pageNumber ) : string
pageNumber int
Résultat string

CreatePageLink() protected méthode

protected CreatePageLink ( int pageNumber, string text, string cssClass ) : string
pageNumber int
text string
cssClass string
Résultat string

GetFirstIndividualPageIndex() protected méthode

protected GetFirstIndividualPageIndex ( ) : int
Résultat int

GetLastIndividualPageIndex() protected méthode

protected GetLastIndividualPageIndex ( ) : int
Résultat int

IndividualPagesDisplayedCount() public méthode

public IndividualPagesDisplayedCount ( int value ) : Pager
value int
Résultat Pager

Link() public méthode

public Link ( string>.Func value ) : Pager
value string>.Func
Résultat Pager

Pager() public méthode

public Pager ( IPageableModel model, System.Web.Mvc.ViewContext context ) : System
model IPageableModel
context System.Web.Mvc.ViewContext
Résultat System

QueryParam() public méthode

public QueryParam ( string value ) : Pager
value string
Résultat Pager

ShowFirst() public méthode

public ShowFirst ( bool value ) : Pager
value bool
Résultat Pager

ShowIndividualPages() public méthode

public ShowIndividualPages ( bool value ) : Pager
value bool
Résultat Pager

ShowLast() public méthode

public ShowLast ( bool value ) : Pager
value bool
Résultat Pager

ShowNext() public méthode

public ShowNext ( bool value ) : Pager
value bool
Résultat Pager

ShowPagerItems() public méthode

public ShowPagerItems ( bool value ) : Pager
value bool
Résultat Pager

ShowPrevious() public méthode

public ShowPrevious ( bool value ) : Pager
value bool
Résultat Pager

ShowTotalSummary() public méthode

public ShowTotalSummary ( bool value ) : Pager
value bool
Résultat Pager

ToHtmlString() public méthode

public ToHtmlString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

booleanParameterNames protected_oe property

protected IList booleanParameterNames
Résultat IList

individualPagesDisplayedCount protected_oe property

protected int individualPagesDisplayedCount
Résultat int

model protected_oe property

protected IPageableModel model
Résultat IPageableModel

pageQueryName protected_oe property

protected string pageQueryName
Résultat string

showFirst protected_oe property

protected bool showFirst
Résultat bool

showIndividualPages protected_oe property

protected bool showIndividualPages
Résultat bool

showLast protected_oe property

protected bool showLast
Résultat bool

showNext protected_oe property

protected bool showNext
Résultat bool

showPagerItems protected_oe property

protected bool showPagerItems
Résultat bool

showPrevious protected_oe property

protected bool showPrevious
Résultat bool

showTotalSummary protected_oe property

protected bool showTotalSummary
Résultat bool

urlBuilder protected_oe property

protected Func urlBuilder
Résultat string>.Func

viewContext protected_oe property

protected ViewContext,System.Web.Mvc viewContext
Résultat System.Web.Mvc.ViewContext