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

파일 보기 프로젝트 열기: EngageSoftware/Engage-Tell-a-Friend 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BlindCarbonCopyTextBox global::System.Web.UI.WebControls.TextBox
BlindCarbonCopyValidator global::System.Web.UI.WebControls.RegularExpressionValidator
BodyRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
BodyTextBox global::System.Web.UI.WebControls.TextBox
CarbonCopyTextBox global::System.Web.UI.WebControls.TextBox
CarbonCopyValidator global::System.Web.UI.WebControls.RegularExpressionValidator
FromTextBox global::System.Web.UI.WebControls.TextBox
FromValidator global::System.Web.UI.WebControls.RegularExpressionValidator
InvisibleCaptchaCheckBox global::System.Web.UI.WebControls.CheckBox
RestoreButton global::System.Web.UI.WebControls.Button
ShowMessageCheckBox global::System.Web.UI.WebControls.CheckBox
ShowModalCheckBox global::System.Web.UI.WebControls.CheckBox
SiteUrlTextBox global::System.Web.UI.WebControls.TextBox
StandardCaptchaCheckBox global::System.Web.UI.WebControls.CheckBox
SubjectRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
SubjectTextBox global::System.Web.UI.WebControls.TextBox
TimedCaptchaCheckBox global::System.Web.UI.WebControls.CheckBox

공개 메소드들

메소드 설명
LoadSettings ( ) : void

LoadSettings loads the settings from the Database and displays them

UpdateSettings ( ) : void

UpdateSettings saves the modified settings to the Database

보호된 메소드들

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

Raises the Control.Init event.

비공개 메소드들

메소드 설명
RestoreButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the RestoreButton control.

SetEmailValidation ( ) : void

Sets the validator expression for email fields.

메소드 상세

LoadSettings() 공개 메소드

LoadSettings loads the settings from the Database and displays them
public LoadSettings ( ) : void
리턴 void

OnInit() 보호된 메소드

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

UpdateSettings() 공개 메소드

UpdateSettings saves the modified settings to the Database
public UpdateSettings ( ) : void
리턴 void

프로퍼티 상세

BlindCarbonCopyTextBox 보호되어 있는 프로퍼티

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

BlindCarbonCopyValidator 보호되어 있는 프로퍼티

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

BodyRequiredValidator 보호되어 있는 프로퍼티

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

BodyTextBox 보호되어 있는 프로퍼티

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

CarbonCopyTextBox 보호되어 있는 프로퍼티

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

CarbonCopyValidator 보호되어 있는 프로퍼티

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

FromTextBox 보호되어 있는 프로퍼티

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

FromValidator 보호되어 있는 프로퍼티

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

InvisibleCaptchaCheckBox 보호되어 있는 프로퍼티

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

RestoreButton 보호되어 있는 프로퍼티

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

ShowMessageCheckBox 보호되어 있는 프로퍼티

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

ShowModalCheckBox 보호되어 있는 프로퍼티

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

SiteUrlTextBox 보호되어 있는 프로퍼티

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

StandardCaptchaCheckBox 보호되어 있는 프로퍼티

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

SubjectRequiredValidator 보호되어 있는 프로퍼티

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

SubjectTextBox 보호되어 있는 프로퍼티

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

TimedCaptchaCheckBox 보호되어 있는 프로퍼티

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