C# Class BugTrackingSystem.Tester.Bug

Inheritance: System.Web.UI.Page
显示文件 Open project: TelerikAcademy/QA-Academy

Protected Properties

Property Type Description
btnCancel global::System.Web.UI.WebControls.LinkButton
btnSave global::System.Web.UI.WebControls.LinkButton
ddlPriority global::System.Web.UI.WebControls.DropDownList
ddlProjects global::System.Web.UI.WebControls.DropDownList
ddlStatus global::System.Web.UI.WebControls.DropDownList
header global::System.Web.UI.HtmlControls.HtmlGenericControl
lblDate global::System.Web.UI.WebControls.Label
lblDateValue global::System.Web.UI.WebControls.Label
lblDescription global::System.Web.UI.WebControls.Label
lblOwner global::System.Web.UI.WebControls.Label
lblOwnerValue global::System.Web.UI.WebControls.Label
lblPriority global::System.Web.UI.WebControls.Label
lblProject global::System.Web.UI.WebControls.Label
lblProjectValue global::System.Web.UI.WebControls.Label
lblStatus global::System.Web.UI.WebControls.Label
rfvDescription global::System.Web.UI.WebControls.RequiredFieldValidator
trDate global::System.Web.UI.HtmlControls.HtmlGenericControl
trOwner global::System.Web.UI.HtmlControls.HtmlGenericControl
trSattus global::System.Web.UI.HtmlControls.HtmlGenericControl
txtDescription global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Private Methods

Method Description
LoadContent ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnCancel_Click() protected method

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSave_Click() protected method

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

btnCancel protected_oe property

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

btnSave protected_oe property

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

ddlPriority protected_oe property

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

ddlProjects protected_oe property

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

ddlStatus protected_oe property

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

header protected_oe property

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

lblDate protected_oe property

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

lblDateValue protected_oe property

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

lblDescription protected_oe property

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

lblOwner protected_oe property

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

lblOwnerValue protected_oe property

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

lblPriority protected_oe property

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

lblProject protected_oe property

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

lblProjectValue protected_oe property

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

lblStatus protected_oe property

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

rfvDescription protected_oe property

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

trDate protected_oe property

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

trOwner protected_oe property

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

trSattus protected_oe property

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

txtDescription protected_oe property

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