C# 클래스 BugTrackingSystem.Tester.Bug

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: TelerikAcademy/QA-Academy

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
LoadContent ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

btnCancel_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LinkButton

btnSave 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LinkButton

ddlPriority 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

ddlProjects 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

ddlStatus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

header 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

lblDate 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblDateValue 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblDescription 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblOwner 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblOwnerValue 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblPriority 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblProject 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblProjectValue 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblStatus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

rfvDescription 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

trDate 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

trOwner 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

trSattus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

txtDescription 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox