C# Class Subtext.Web.Admin.Pages.Comments

Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
HelpToolTip1 global::Subtext.Web.Controls.HelpToolTip
HelpToolTip2 global::Subtext.Web.Controls.HelpToolTip
Helptooltip3 global::Subtext.Web.Controls.HelpToolTip
Helptooltip4 global::Subtext.Web.Controls.HelpToolTip
Helptooltip5 global::Subtext.Web.Controls.HelpToolTip
Helptooltip6 global::Subtext.Web.Controls.HelpToolTip
Helptooltip7 global::Subtext.Web.Controls.HelpToolTip
Helptooltip8 global::Subtext.Web.Controls.HelpToolTip
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
chkAllowDuplicates global::System.Web.UI.WebControls.CheckBox
chkCoCommentEnabled global::System.Web.UI.WebControls.CheckBox
chkEnableCaptcha global::System.Web.UI.WebControls.CheckBox
chkEnableCommentModeration global::System.Web.UI.WebControls.CheckBox
chkEnableComments global::System.Web.UI.WebControls.CheckBox
chkEnableTrackbacks global::System.Web.UI.WebControls.CheckBox
helpCaptcha global::Subtext.Web.Controls.HelpToolTip
helpCommentModeration global::Subtext.Web.Controls.HelpToolTip
hlpAkismet global::Subtext.Web.Controls.HelpToolTip
lkbPost global::System.Web.UI.WebControls.Button
txtAkismetAPIKey global::System.Web.UI.WebControls.TextBox
txtCommentDelayIntervalMinutes global::System.Web.UI.WebControls.TextBox
txtDaysTillCommentsClosed global::System.Web.UI.WebControls.TextBox
txtNumberOfRecentComments global::System.Web.UI.WebControls.TextBox
txtRecentCommentsLength global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description
InitializeComponent void
ManageHiddenSettings void
SaveSettings void
UpdateConfiguration void
ValidateInteger int
ValidateIntegerRange int
lkbPost_Click void

Protected Methods

Method Description
BindLocalUI ( ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ManageHiddenSettings ( ) : void
SaveSettings ( ) : void
UpdateConfiguration ( ) : void
ValidateInteger ( string fieldName, string value, int minAllowedValue, int maxAllowedValue ) : int
ValidateIntegerRange ( string fieldName, string value, int minAllowedValue, int maxAllowedValue, string tooSmallFormatMessage, string tooBigFormatMessage ) : int
lkbPost_Click ( object sender, EventArgs e ) : void

Method Details

BindLocalUI() protected method

protected BindLocalUI ( ) : void
return void

OnInit() protected method

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

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

HelpToolTip1 protected_oe property

HelpToolTip1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip HelpToolTip1
return global::Subtext.Web.Controls.HelpToolTip

HelpToolTip2 protected_oe property

HelpToolTip2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip HelpToolTip2
return global::Subtext.Web.Controls.HelpToolTip

Helptooltip3 protected_oe property

Helptooltip3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip Helptooltip3
return global::Subtext.Web.Controls.HelpToolTip

Helptooltip4 protected_oe property

Helptooltip4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip Helptooltip4
return global::Subtext.Web.Controls.HelpToolTip

Helptooltip5 protected_oe property

Helptooltip5 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip Helptooltip5
return global::Subtext.Web.Controls.HelpToolTip

Helptooltip6 protected_oe property

Helptooltip6 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip Helptooltip6
return global::Subtext.Web.Controls.HelpToolTip

Helptooltip7 protected_oe property

Helptooltip7 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip Helptooltip7
return global::Subtext.Web.Controls.HelpToolTip

Helptooltip8 protected_oe property

Helptooltip8 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip Helptooltip8
return global::Subtext.Web.Controls.HelpToolTip

Messages protected_oe property

Messages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel Messages
return global::Subtext.Web.Admin.WebUI.MessagePanel

chkAllowDuplicates protected_oe property

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

chkCoCommentEnabled protected_oe property

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

chkEnableCaptcha protected_oe property

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

chkEnableCommentModeration protected_oe property

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

chkEnableComments protected_oe property

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

chkEnableTrackbacks protected_oe property

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

helpCaptcha protected_oe property

helpCaptcha control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip helpCaptcha
return global::Subtext.Web.Controls.HelpToolTip

helpCommentModeration protected_oe property

helpCommentModeration control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip helpCommentModeration
return global::Subtext.Web.Controls.HelpToolTip

hlpAkismet protected_oe property

hlpAkismet control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip hlpAkismet
return global::Subtext.Web.Controls.HelpToolTip

lkbPost protected_oe property

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

txtAkismetAPIKey protected_oe property

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

txtCommentDelayIntervalMinutes protected_oe property

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

txtDaysTillCommentsClosed protected_oe property

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

txtNumberOfRecentComments protected_oe property

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

txtRecentCommentsLength protected_oe property

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