C# Class BugTrackingSystem.UserControls.UserProfile

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: TelerikAcademy/QA-Academy

Protected Properties

Свойство Type Description
lblLastAction global::System.Web.UI.WebControls.Label
lblLastActivity global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblRole global::System.Web.UI.WebControls.Label

Méthodes protégées

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

Private Methods

Méthode Description
BindInfo ( ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

lblLastAction protected_oe property

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

lblLastActivity protected_oe property

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

lblName protected_oe property

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

lblRole protected_oe property

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