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

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство Type Description
dvArticleDetails global::System.Web.UI.HtmlControls.HtmlGenericControl
lblArticleTitle global::System.Web.UI.WebControls.Label

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
ArticleDetails_UC_Load ( object sender, EventArgs e ) : void
LoadArticleDetails ( ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Property Details

dvArticleDetails protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

lblArticleTitle protected_oe 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
Résultat global::System.Web.UI.WebControls.Label