C# 클래스 Engage.Survey.UI.SurveyControl

상속: System.Web.UI.WebControls.CompositeControl
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey

Private Properties

프로퍼티 타입 설명
BackButton_Click void
CaptureResponse void
CollectResponse void
CollectResponses void
GetValue string
Redirect void
RenderBackButton void
RenderSubmitButton void
SubmitButton_Click void
WriteSurvey void

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnSurveyCompleted ( SavedEventArgs e ) : void

Raises the SurveyCompleted event.

비공개 메소드들

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

Handles the Click event of the back button control.

CaptureResponse ( Control c ) : void

Captures the response.

CollectResponse ( Control c ) : void

Collects the response.

CollectResponses ( Control c ) : void

Recursive method to collects the responses.

GetValue ( Control c, string &key ) : string

Gets the value.

Redirect ( ) : void

Redirects this instance.

RenderBackButton ( Control submitDiv ) : void

Renders the back button.

RenderSubmitButton ( ) : void

Renders the submit button.

SubmitButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the submit button control.

WriteSurvey ( ) : void

Stores the survey.

메소드 상세

CreateChildControls() 보호된 메소드

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
리턴 void

OnSurveyCompleted() 보호된 메소드

Raises the SurveyCompleted event.
protected OnSurveyCompleted ( SavedEventArgs e ) : void
e SavedEventArgs The instance containing the event data.
리턴 void