C# Class Engage.Dnn.Locator.ManageComment

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

btnDelete protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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