C# Class Subtext.Web.UI.Controls.BlogStats

Summary description for Header.
Inheritance: CachedColumnControl
Show file Open project: ayende/Subtext

Protected Properties

Property Type Description
CommentCount System.Web.UI.WebControls.Literal
PingTrackCount System.Web.UI.WebControls.Literal
PostCount System.Web.UI.WebControls.Literal
StoryCount System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

CommentCount protected property

protected System.Web.UI.WebControls.Literal CommentCount
return System.Web.UI.WebControls.Literal

PingTrackCount protected property

protected System.Web.UI.WebControls.Literal PingTrackCount
return System.Web.UI.WebControls.Literal

PostCount protected property

protected System.Web.UI.WebControls.Literal PostCount
return System.Web.UI.WebControls.Literal

StoryCount protected property

protected System.Web.UI.WebControls.Literal StoryCount
return System.Web.UI.WebControls.Literal