C# Class Engage.Dnn.Locator.ManageComment

Show file Open project: EngageSoftware/Engage-Locator

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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

Method Details

Page_Load() protected method

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

btnCancel_Click() protected method

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

btnDelete_Click() protected method

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSaveComment_Click() protected method

protected btnSaveComment_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnCancel protected property

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
return global::System.Web.UI.WebControls.Button

btnDelete protected property

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
return global::System.Web.UI.WebControls.Button

btnSaveComment protected property

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
return global::System.Web.UI.WebControls.Button

lblApproved protected property

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

lblComment protected property

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

lblCommentId protected property

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

lblLocation protected property

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

lblLocationTitle protected property

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

lbltxtSubmittedBy protected property

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

rbApproved protected property

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
return global::System.Web.UI.WebControls.RadioButton

rbWaitingForApproval protected property

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
return global::System.Web.UI.WebControls.RadioButton

txtComment protected property

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

txtSubmittedBy protected property

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