C# 클래스 Subtext.Web.Controls.PagingControl

상속: System.Web.UI.Control
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
_cssClass string
_firstText string
_lastText string
_linkFormat string
_linkFormatActive string
_prefixText string
_spacer string
_suffixText string
_urlFormat string
_usePrefixSuffix bool
_useSpacer bool
displayFirstLastPageLinks bool

공개 메소드들

메소드 설명
PagingControl ( ) : System

Constructs an instance of this control.

보호된 메소드들

메소드 설명
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

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs args ) : void
args System.EventArgs
리턴 void

PagingControl() 공개 메소드

Constructs an instance of this control.
public PagingControl ( ) : System
리턴 System

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderLink() 보호된 메소드

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.
리턴 string

RenderLink() 보호된 메소드

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
리턴 string

RenderLink() 보호된 메소드

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.
리턴 string

WriteConditional() 보호된 메소드

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

프로퍼티 상세

_cssClass 보호되어 있는 프로퍼티

protected string _cssClass
리턴 string

_firstText 보호되어 있는 프로퍼티

protected string _firstText
리턴 string

_lastText 보호되어 있는 프로퍼티

protected string _lastText
리턴 string

_linkFormat 보호되어 있는 프로퍼티

protected string _linkFormat
리턴 string

_linkFormatActive 보호되어 있는 프로퍼티

protected string _linkFormatActive
리턴 string

_prefixText 보호되어 있는 프로퍼티

protected string _prefixText
리턴 string

_spacer 보호되어 있는 프로퍼티

protected string _spacer
리턴 string

_suffixText 보호되어 있는 프로퍼티

protected string _suffixText
리턴 string

_urlFormat 보호되어 있는 프로퍼티

protected string _urlFormat
리턴 string

_usePrefixSuffix 보호되어 있는 프로퍼티

protected bool _usePrefixSuffix
리턴 bool

_useSpacer 보호되어 있는 프로퍼티

protected bool _useSpacer
리턴 bool

displayFirstLastPageLinks 보호되어 있는 프로퍼티

protected bool displayFirstLastPageLinks
리턴 bool