C# Класс Engage.Survey.UI.SurveyControl

Наследование: System.Web.UI.WebControls.CompositeControl
Показать файл Открыть проект

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