C# Class Subtext.Web.Controls.PagingControl

Inheritance: System.Web.UI.Control
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
_cssClass string
_firstText string
_lastText string
_linkFormat string
_linkFormatActive string
_prefixText string
_spacer string
_suffixText string
_urlFormat string
_usePrefixSuffix bool
_useSpacer bool
displayFirstLastPageLinks bool

Méthodes publiques

Méthode Description
PagingControl ( ) : System

Constructs an instance of this control.

Méthodes protégées

Méthode Description
OnInit ( EventArgs args ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderLink ( int pageIndex, bool isCurrent ) : string

Renders the link for the specified page index in the paging control.

RenderLink ( int pageIndex, string display ) : string

Renders the link for the specified page index in the paging control.

RenderLink ( int pageIndex, string display, bool isCurrent ) : string

Renders the link for the specified page index in the paging control.

WriteConditional ( System.Web.UI.HtmlTextWriter writer, string value, bool condition ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs args ) : void
args System.EventArgs
Résultat void

PagingControl() public méthode

Constructs an instance of this control.
public PagingControl ( ) : System
Résultat System

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderLink() protected méthode

Renders the link for the specified page index in the paging control.
protected RenderLink ( int pageIndex, bool isCurrent ) : string
pageIndex int
isCurrent bool Whether or not the pageindex to render is the current page.
Résultat string

RenderLink() protected méthode

Renders the link for the specified page index in the paging control.
protected RenderLink ( int pageIndex, string display ) : string
pageIndex int
display string The display text of the link
Résultat string

RenderLink() protected méthode

Renders the link for the specified page index in the paging control.
protected RenderLink ( int pageIndex, string display, bool isCurrent ) : string
pageIndex int
display string The display text of the link
isCurrent bool Whether or not the pageindex to render is the current page.
Résultat string

WriteConditional() protected méthode

protected WriteConditional ( System.Web.UI.HtmlTextWriter writer, string value, bool condition ) : void
writer System.Web.UI.HtmlTextWriter
value string
condition bool
Résultat void

Property Details

_cssClass protected_oe property

protected string _cssClass
Résultat string

_firstText protected_oe property

protected string _firstText
Résultat string

_lastText protected_oe property

protected string _lastText
Résultat string

_linkFormat protected_oe property

protected string _linkFormat
Résultat string

_linkFormatActive protected_oe property

protected string _linkFormatActive
Résultat string

_prefixText protected_oe property

protected string _prefixText
Résultat string

_spacer protected_oe property

protected string _spacer
Résultat string

_suffixText protected_oe property

protected string _suffixText
Résultat string

_urlFormat protected_oe property

protected string _urlFormat
Résultat string

_usePrefixSuffix protected_oe property

protected bool _usePrefixSuffix
Résultat bool

_useSpacer protected_oe property

protected bool _useSpacer
Résultat bool

displayFirstLastPageLinks protected_oe property

protected bool displayFirstLastPageLinks
Résultat bool