C# Class Engage.Dnn.Publish.Controls.EmailAFriend

Inheritance: ModuleBase
ファイルを表示 Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
Captchas global::Engage.Dnn.Publish.Controls.Captchas
EmailAFriendPopupTriggerLink global::System.Web.UI.WebControls.HyperLink
FromRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
SendButton global::System.Web.UI.WebControls.LinkButton
ToRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
ValidationSummary global::System.Web.UI.WebControls.ValidationSummary
lblFrom global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
lblMultiple global::System.Web.UI.WebControls.Label
lblPrivacy global::System.Web.UI.WebControls.Label
lblTo global::System.Web.UI.WebControls.Label
pnlEmailAFriend global::System.Web.UI.WebControls.Panel
txtFrom global::System.Web.UI.WebControls.TextBox
txtMessage global::System.Web.UI.WebControls.TextBox
txtTo global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
ClearCommentInput ( ) : void
Page_Load ( object sender, EventArgs e ) : void
SetValidationGroup ( ) : void
btnCancel_Click1 ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

Captchas protected_oe property

Captchas control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Publish.Controls.Captchas Captchas
return global::Engage.Dnn.Publish.Controls.Captchas

EmailAFriendPopupTriggerLink protected_oe property

EmailAFriendPopupTriggerLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink EmailAFriendPopupTriggerLink
return global::System.Web.UI.WebControls.HyperLink

FromRequiredValidator protected_oe property

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

SendButton protected_oe property

SendButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton SendButton
return global::System.Web.UI.WebControls.LinkButton

ToRequiredValidator protected_oe property

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

ValidationSummary protected_oe property

ValidationSummary control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary
return global::System.Web.UI.WebControls.ValidationSummary

lblFrom protected_oe property

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

lblMessage protected_oe property

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

lblMultiple protected_oe property

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

lblPrivacy protected_oe property

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

lblTo protected_oe property

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

pnlEmailAFriend protected_oe property

pnlEmailAFriend control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlEmailAFriend
return global::System.Web.UI.WebControls.Panel

txtFrom protected_oe property

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

txtMessage protected_oe property

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

txtTo protected_oe property

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