C# Class AJH.CMS.WEB.UI.ArticleDetails_UC

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
dvArticleDetails global::System.Web.UI.HtmlControls.HtmlGenericControl
lblArticleTitle global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
ArticleDetails_UC_Load ( object sender, EventArgs e ) : void
LoadArticleDetails ( ) : void

Method Details

OnInit() protected method

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

Property Details

dvArticleDetails protected property

dvArticleDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvArticleDetails
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lblArticleTitle protected property

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