C# Class BugTrackingSystem.UserControls.UserProfile

Inheritance: System.Web.UI.UserControl
ファイルを表示 Open project: TelerikAcademy/QA-Academy

Protected Properties

Property 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

Protected Methods

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

Private Methods

Method Description
BindInfo ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.Label