C# Class Engage.Dnn.Publish.Admin.Tools.ResetItemStatistics

Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство Type Description
ResetButton global::System.Web.UI.WebControls.LinkButton
ResetItemStatsUpdatePanel global::System.Web.UI.UpdatePanel
SuccessMessage global::System.Web.UI.WebControls.Label
chkResetItemCommentCount global::System.Web.UI.WebControls.CheckBox
chkResetItemViewCount global::System.Web.UI.WebControls.CheckBox
lblResetCommentCount global::DotNetNuke.UI.UserControls.LabelControl
lblResetItemViews global::DotNetNuke.UI.UserControls.LabelControl

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Private Methods

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

ResetButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ResetButton control.

Method Details

OnInit() protected méthode

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Résultat void

Property Details

ResetButton protected_oe property

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

ResetItemStatsUpdatePanel protected_oe property

ResetItemStatsUpdatePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel ResetItemStatsUpdatePanel
Résultat global::System.Web.UI.UpdatePanel

SuccessMessage protected_oe property

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

chkResetItemCommentCount protected_oe property

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

chkResetItemViewCount protected_oe property

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

lblResetCommentCount protected_oe property

lblResetCommentCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblResetCommentCount
Résultat global::DotNetNuke.UI.UserControls.LabelControl

lblResetItemViews protected_oe property

lblResetItemViews control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblResetItemViews
Résultat global::DotNetNuke.UI.UserControls.LabelControl