C# 클래스 Engage.Dnn.Survey.SurveyListing

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

보호된 프로퍼티들

프로퍼티 타입 설명
ActionButtonsPlaceholder global::System.Web.UI.WebControls.PlaceHolder
NewSurveyButton global::System.Web.UI.WebControls.LinkButton
SurveyGrid global::System.Web.UI.WebControls.Repeater

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

비공개 메소드들

메소드 설명
BindData ( ) : void

Binds the data.

BuildAnalyzeUrl ( int surveyId ) : string

Builds the URL to analyze the responses for the given survey.

BuildEditUrl ( int surveyId ) : string

Builds the URL to edit the given survey.

BuildNewUrl ( ) : string

Builds the URL to create a new survey.

BuildPreviewUrl ( int surveyId ) : string

Build the URL to the read-only preview of the given survey.

NewSurveyButton_Click ( object sender, EventArgs e ) : void

Handles the LinkButton.Click event of the NewSurveyButton control.

Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

SurveyDataGrid_OnItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Handles the Repeater.ItemDataBound event of the SurveyGrid control.

메소드 상세

OnInit() 보호된 메소드

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

ActionButtonsPlaceholder 보호되어 있는 프로퍼티

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

NewSurveyButton 보호되어 있는 프로퍼티

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

SurveyGrid 보호되어 있는 프로퍼티

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