C# 클래스 Sitecore.SharedSource.Analytics.Controls.Web.MultivariantReport

상속: Sitecore.SharedSource.Analytics.Controls.AnalyticsControl
파일 보기 프로젝트 열기: Velir/Sitecore-Analytics

보호된 프로퍼티들

프로퍼티 타입 설명
beginDatePicker global::Telerik.Web.UI.RadDateTimePicker
btnClear global::System.Web.UI.WebControls.Button
btnRun global::System.Web.UI.WebControls.Button
ddlGoal global::System.Web.UI.WebControls.DropDownList
ddlTest global::System.Web.UI.WebControls.DropDownList
endDatePicker global::Telerik.Web.UI.RadDateTimePicker
litAchievedGoal global::System.Web.UI.WebControls.Literal
litProgress global::System.Web.UI.WebControls.Literal
litTestEnded global::System.Web.UI.WebControls.Literal
litTestStarted global::System.Web.UI.WebControls.Literal
litTotalAchievedCount global::System.Web.UI.WebControls.Literal
litTotalVisitCount global::System.Web.UI.WebControls.Literal
plcAchievedGoalData global::System.Web.UI.WebControls.PlaceHolder
plcErrorPanel global::System.Web.UI.WebControls.PlaceHolder
plcReport global::System.Web.UI.WebControls.PlaceHolder
rptAchievedGoals global::System.Web.UI.WebControls.Repeater
rptErrors global::System.Web.UI.WebControls.Repeater

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnClear_Click ( object sender, EventArgs e ) : void

Reset form

btnRun_Click ( object sender, EventArgs e ) : void

Click Event for the Run button

ddlTest_SelectedIndexChanged ( object sender, EventArgs e ) : void

Change event for the Test dropdown

rptAchievedGoals_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
rptErrors_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

비공개 메소드들

메소드 설명
GetVariationName ( string code ) : string

Takes a variation code from the database and returns the proper variation item name from sitecore

IsFormValid ( ) : List

Returns a list of errors

IsFormValid ( bool phase1Only ) : List

Returns a list of errors

LoadAchievedGoals ( ) : void

Displays the Achieved Goals datatable

LoadGoalDropdown ( ) : void

Loads the Goal Dropdown

LoadTestDropdown ( ) : void

Method to load the test dropdown

RunReport ( ) : void

Run Report

SetTestInformation ( ) : void

Fills out the report information section of the report

ShowErrors ( List errorList ) : void

Logic to show the error panel

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnClear_Click() 보호된 메소드

Reset form
protected btnClear_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnRun_Click() 보호된 메소드

Click Event for the Run button
protected btnRun_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ddlTest_SelectedIndexChanged() 보호된 메소드

Change event for the Test dropdown
protected ddlTest_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

rptAchievedGoals_OnItemDataBound() 보호된 메소드

protected rptAchievedGoals_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
리턴 void

rptErrors_OnItemDataBound() 보호된 메소드

protected rptErrors_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
리턴 void

프로퍼티 상세

beginDatePicker 보호되어 있는 프로퍼티

beginDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadDateTimePicker beginDatePicker
리턴 global::Telerik.Web.UI.RadDateTimePicker

btnClear 보호되어 있는 프로퍼티

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

btnRun 보호되어 있는 프로퍼티

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

ddlGoal 보호되어 있는 프로퍼티

ddlGoal control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlGoal
리턴 global::System.Web.UI.WebControls.DropDownList

ddlTest 보호되어 있는 프로퍼티

ddlTest control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlTest
리턴 global::System.Web.UI.WebControls.DropDownList

endDatePicker 보호되어 있는 프로퍼티

endDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadDateTimePicker endDatePicker
리턴 global::Telerik.Web.UI.RadDateTimePicker

litAchievedGoal 보호되어 있는 프로퍼티

litAchievedGoal control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litAchievedGoal
리턴 global::System.Web.UI.WebControls.Literal

litProgress 보호되어 있는 프로퍼티

litProgress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litProgress
리턴 global::System.Web.UI.WebControls.Literal

litTestEnded 보호되어 있는 프로퍼티

litTestEnded control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litTestEnded
리턴 global::System.Web.UI.WebControls.Literal

litTestStarted 보호되어 있는 프로퍼티

litTestStarted control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litTestStarted
리턴 global::System.Web.UI.WebControls.Literal

litTotalAchievedCount 보호되어 있는 프로퍼티

litTotalAchievedCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litTotalAchievedCount
리턴 global::System.Web.UI.WebControls.Literal

litTotalVisitCount 보호되어 있는 프로퍼티

litTotalVisitCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litTotalVisitCount
리턴 global::System.Web.UI.WebControls.Literal

plcAchievedGoalData 보호되어 있는 프로퍼티

plcAchievedGoalData control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plcAchievedGoalData
리턴 global::System.Web.UI.WebControls.PlaceHolder

plcErrorPanel 보호되어 있는 프로퍼티

plcErrorPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plcErrorPanel
리턴 global::System.Web.UI.WebControls.PlaceHolder

plcReport 보호되어 있는 프로퍼티

plcReport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plcReport
리턴 global::System.Web.UI.WebControls.PlaceHolder

rptAchievedGoals 보호되어 있는 프로퍼티

rptAchievedGoals control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptAchievedGoals
리턴 global::System.Web.UI.WebControls.Repeater

rptErrors 보호되어 있는 프로퍼티

rptErrors control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptErrors
리턴 global::System.Web.UI.WebControls.Repeater