C# Class Engage.Dnn.Survey.ViewSurvey

Afficher le fichier Open project: EngageSoftware/Engage-Survey

Protected Properties

Свойство Type Description
DeleteResponseButton global::System.Web.UI.WebControls.Button
EditDefinitionButton global::System.Web.UI.WebControls.Button
SurveyControl global::Engage.Survey.UI.SurveyControl

Private Properties

Свойство Type Description
DeleteResponseButton_Click void
EditDefinitionButton_Click void
GenerateTableBasedSurvey string
SendAdministrativeNotification void
SendNotifications void
SendThankYouNotification void
SurveyControl_SurveyCompleted void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the EventArgs event.

Private Methods

Méthode 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 méthode

Raises the EventArgs event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Résultat 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
Résultat 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
Résultat 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
Résultat global::Engage.Survey.UI.SurveyControl