C# Class AJH.CMS.WEB.UI.Admin.Logout_UC

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

Protected Properties

Свойство Type Description
lblUserName global::System.Web.UI.WebControls.Label
lbtnLogout global::System.Web.UI.WebControls.LinkButton

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
Logout_UC_Load ( object sender, EventArgs e ) : void
lbtnLogout_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected méthode

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

Property Details

lblUserName protected_oe property

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

lbtnLogout protected_oe property

lbtnLogout control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbtnLogout
Résultat global::System.Web.UI.WebControls.LinkButton