C# 클래스 Engage.Dnn.TellAFriend.ViewTellAFriend

The ViewTellAFriend class displays the content
상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Tell-a-Friend

보호된 프로퍼티들

프로퍼티 타입 설명
ErrorPanel global::System.Web.UI.WebControls.Panel
FormWrapPanel global::System.Web.UI.WebControls.Panel
FriendEmailPatternValidator global::System.Web.UI.WebControls.RegularExpressionValidator
FriendEmailRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
FriendNameRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
FriendNameTextBox global::System.Web.UI.WebControls.TextBox
FriendsEmailTextBox global::System.Web.UI.WebControls.TextBox
InvisibleCaptcha global::DotNetNuke.Web.UI.WebControls.DnnCaptcha
MessageRow global::System.Web.UI.HtmlControls.HtmlGenericControl
MessageTextBox global::System.Web.UI.WebControls.TextBox
ModalAnchorPanel global::System.Web.UI.WebControls.Panel
ModuleWrap global::System.Web.UI.WebControls.Panel
SenderEmailPatternValidator global::System.Web.UI.WebControls.RegularExpressionValidator
SenderEmailRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
SenderEmailTextBox global::System.Web.UI.WebControls.TextBox
SenderNameRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
SenderNameTextBox global::System.Web.UI.WebControls.TextBox
StandardCaptcha global::DotNetNuke.Web.UI.WebControls.DnnCaptcha
SubmitButton global::System.Web.UI.WebControls.Button
SuccessPanel global::System.Web.UI.WebControls.Panel
TimedCaptcha global::DotNetNuke.Web.UI.WebControls.DnnCaptcha

Private Properties

프로퍼티 타입 설명
AddCssFile void
GetCurrentQueryString string[]
GetCurrentUrl string
LoadSettings void
Page_Load void
PopulateUserInfo void
SetEmailValidation void
SetValidationGroupOnChildControls void
SetupCaptchas void
SubmitButton_Click void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

ViewTellAFriend ( ) : System

Initializes a new instance of the ViewTellAFriend class.

비공개 메소드들

메소드 설명
AddCssFile ( ) : void

Adds the CSS file if this is loaded as a skin object rather than a regular module.

GetCurrentQueryString ( ) : string[]

Gets the current query string.

GetCurrentUrl ( ) : string

Gets the current URL.

LoadSettings ( ) : void

Loads the settings.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

PopulateUserInfo ( ) : void

Populates the "from" fields with the current DNN user's display name and email address.

SetEmailValidation ( ) : void

Sets the validator expression for email fields.

SetValidationGroupOnChildControls ( ) : void

Sets the validation group on child controls.

SetupCaptchas ( ) : void

Sets up the CAPTCHA controls.

SubmitButton_Click ( object sender, EventArgs e ) : void

Handles the Button.Click event of the SubmitButton control.

메소드 상세

OnInit() 보호된 메소드

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

ViewTellAFriend() 보호된 메소드

Initializes a new instance of the ViewTellAFriend class.
protected ViewTellAFriend ( ) : System
리턴 System

프로퍼티 상세

ErrorPanel 보호되어 있는 프로퍼티

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

FormWrapPanel 보호되어 있는 프로퍼티

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

FriendEmailPatternValidator 보호되어 있는 프로퍼티

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

FriendEmailRequiredValidator 보호되어 있는 프로퍼티

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

FriendNameRequiredValidator 보호되어 있는 프로퍼티

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

FriendNameTextBox 보호되어 있는 프로퍼티

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

FriendsEmailTextBox 보호되어 있는 프로퍼티

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

InvisibleCaptcha 보호되어 있는 프로퍼티

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

MessageRow 보호되어 있는 프로퍼티

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

MessageTextBox 보호되어 있는 프로퍼티

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

ModalAnchorPanel 보호되어 있는 프로퍼티

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

ModuleWrap 보호되어 있는 프로퍼티

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

SenderEmailPatternValidator 보호되어 있는 프로퍼티

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

SenderEmailRequiredValidator 보호되어 있는 프로퍼티

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

SenderEmailTextBox 보호되어 있는 프로퍼티

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

SenderNameRequiredValidator 보호되어 있는 프로퍼티

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

SenderNameTextBox 보호되어 있는 프로퍼티

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

StandardCaptcha 보호되어 있는 프로퍼티

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

SubmitButton 보호되어 있는 프로퍼티

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

SuccessPanel 보호되어 있는 프로퍼티

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

TimedCaptcha 보호되어 있는 프로퍼티

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