C# Class Engage.Dnn.Survey.ViewSurvey

显示文件 Open project: EngageSoftware/Engage-Survey

Protected Properties

Property Type Description
DeleteResponseButton global::System.Web.UI.WebControls.Button
EditDefinitionButton global::System.Web.UI.WebControls.Button
SurveyControl global::Engage.Survey.UI.SurveyControl

Private Properties

Property Type Description
DeleteResponseButton_Click void
EditDefinitionButton_Click void
GenerateTableBasedSurvey string
SendAdministrativeNotification void
SendNotifications void
SendThankYouNotification void
SurveyControl_SurveyCompleted void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the EventArgs event.

Private Methods

Method Description
DeleteResponseButton_Click ( object sender, EventArgs e ) : void

Handles the Button.Click event of the DeleteResponseButton control.

EditDefinitionButton_Click ( object sender, EventArgs e ) : void

Handles the Button.Click event of the EditDefinitionButton control.

GenerateTableBasedSurvey ( int responseHeaderId, string title, string displayName ) : string

Parses out the survey HTML for use in an email or printing.

SendAdministrativeNotification ( int responseHeaderId ) : void

Sends the administrative notification to the email defined in the module settings.

SendNotifications ( int responseHeaderId ) : void

Sends the notifications to the administrator.

SendThankYouNotification ( ) : void

Sends the thank you notification back to the user who submitted the survey.

SurveyControl_SurveyCompleted ( object sender, SavedEventArgs e ) : void

Handles the Engage.Survey.UI.SurveyControl.SurveyCompleted event of the SurveyControl control.

Method Details

OnInit() protected method

Raises the EventArgs event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
return void

Property Details

DeleteResponseButton protected_oe property

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

EditDefinitionButton protected_oe property

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

SurveyControl protected_oe property

SurveyControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Survey.UI.SurveyControl SurveyControl
return global::Engage.Survey.UI.SurveyControl