C# Class newtelligence.DasBlog.Web.ReferrersBox

ReferrersBox class.
Auto-generated class.
Show file Open project: AArnott/dasblog

Protected Properties

Property Type Description
ActivityBox1 global::newtelligence.DasBlog.Web.ActivityBox
Label1 global::System.Web.UI.WebControls.Label
LogDateBar1 global::newtelligence.DasBlog.Web.LogDateBar
contentPlaceHolder global::System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildRow ( string count, Table rollupTable, string title ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReferrersBox_PreRender ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ActivityBox1 protected property

ActivityBox1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::newtelligence.DasBlog.Web.ActivityBox ActivityBox1
return global::newtelligence.DasBlog.Web.ActivityBox

Label1 protected property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
return global::System.Web.UI.WebControls.Label

LogDateBar1 protected property

LogDateBar1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::newtelligence.DasBlog.Web.LogDateBar LogDateBar1
return global::newtelligence.DasBlog.Web.LogDateBar

contentPlaceHolder protected property

contentPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder contentPlaceHolder
return global::System.Web.UI.WebControls.PlaceHolder