C# 클래스 BugTrackingSystem.Administrator.Project

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

보호된 프로퍼티들

프로퍼티 타입 설명
btnCancel global::System.Web.UI.WebControls.LinkButton
btnSave global::System.Web.UI.WebControls.LinkButton
cuvName global::System.Web.UI.WebControls.CustomValidator
header global::System.Web.UI.HtmlControls.HtmlGenericControl
lblDescription global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
rfvDescription global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
txtDescription global::System.Web.UI.WebControls.TextBox
txtName 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
cuvName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs 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

cuvName_ServerValidate() 보호된 메소드

protected cuvName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 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

cuvName 보호되어 있는 프로퍼티

cuvName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cuvName
리턴 global::System.Web.UI.WebControls.CustomValidator

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

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

lblName 보호되어 있는 프로퍼티

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
리턴 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

rfvName 보호되어 있는 프로퍼티

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

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

txtName 보호되어 있는 프로퍼티

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