C# 클래스 MichaelJBaird.Themes.JQMobile.Controls.PostList

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
PostList ( ) : System

Initializes a new instance of the PostList class.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

비공개 메소드들

메소드 설명
AddMainHeader ( ) : void

Adds the main header.

BindPager ( List posts ) : void
BindPosts ( ) : void

Binds the list of posts to individual postview.ascx controls from the current theme.

GetPageIndex ( ) : int

Retrieves the current page index based on the QueryString.

ShowExcerpt ( ) : bool

Whether or not to show the entire post or just the excerpt/description in the post list

메소드 상세

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs /// The object that contains the event data. ///
리턴 void

PostList() 공개 메소드

Initializes a new instance of the PostList class.
public PostList ( ) : System
리턴 System