C# 클래스 Engage.Dnn.Locator.ManageComment

파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator

보호된 프로퍼티들

프로퍼티 타입 설명
btnCancel global::System.Web.UI.WebControls.Button
btnDelete global::System.Web.UI.WebControls.Button
btnSaveComment global::System.Web.UI.WebControls.Button
lblApproved global::System.Web.UI.WebControls.Label
lblComment global::System.Web.UI.WebControls.Label
lblCommentId global::System.Web.UI.WebControls.Label
lblLocation global::System.Web.UI.WebControls.Label
lblLocationTitle global::System.Web.UI.WebControls.Label
lbltxtSubmittedBy global::System.Web.UI.WebControls.Label
rbApproved global::System.Web.UI.WebControls.RadioButton
rbWaitingForApproval global::System.Web.UI.WebControls.RadioButton
txtComment global::System.Web.UI.WebControls.TextBox
txtSubmittedBy global::System.Web.UI.WebControls.TextBox

보호된 메소드들

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

메소드 상세

Page_Load() 보호된 메소드

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

btnCancel_Click() 보호된 메소드

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

btnDelete_Click() 보호된 메소드

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnSaveComment_Click() 보호된 메소드

protected btnSaveComment_Click ( object sender, EventArgs e ) : void
sender object
e 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.Button btnCancel
리턴 global::System.Web.UI.WebControls.Button

btnDelete 보호되어 있는 프로퍼티

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

btnSaveComment 보호되어 있는 프로퍼티

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

lblApproved 보호되어 있는 프로퍼티

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

lblComment 보호되어 있는 프로퍼티

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

lblCommentId 보호되어 있는 프로퍼티

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

lblLocation 보호되어 있는 프로퍼티

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

lblLocationTitle 보호되어 있는 프로퍼티

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

lbltxtSubmittedBy 보호되어 있는 프로퍼티

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

rbApproved 보호되어 있는 프로퍼티

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

rbWaitingForApproval 보호되어 있는 프로퍼티

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

txtComment 보호되어 있는 프로퍼티

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

txtSubmittedBy 보호되어 있는 프로퍼티

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