C# Class Engage.Dnn.Locator.ManageComment

Afficher le fichier Open project: EngageSoftware/Engage-Locator

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnCancel_Click() protected méthode

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnDelete_Click() protected méthode

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnSaveComment_Click() protected méthode

protected btnSaveComment_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox