C# 클래스 Engage.Dnn.Publish.Admin.Tools.ResetItemStatistics

파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
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