C# Класс Engage.Dnn.Publish.Admin.Tools.ResetItemStatistics

Показать файл Открыть проект

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

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

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Приватные методы

Метод Описание
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.

Описание методов

OnInit() защищенный Метод

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Результат void

Описание свойств

ResetButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

ResetItemStatsUpdatePanel защищенное свойство

ResetItemStatsUpdatePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel ResetItemStatsUpdatePanel
Результат global::System.Web.UI.UpdatePanel

SuccessMessage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

chkResetItemCommentCount защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

chkResetItemViewCount защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

lblResetCommentCount защищенное свойство

lblResetCommentCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblResetCommentCount
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblResetItemViews защищенное свойство

lblResetItemViews control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblResetItemViews
Результат global::DotNetNuke.UI.UserControls.LabelControl