C# Класс Engage.Dnn.TellAFriend.Settings

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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