C# Класс Engage.Dnn.Survey.ViewSurvey

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
DeleteResponseButton global::System.Web.UI.WebControls.Button
EditDefinitionButton global::System.Web.UI.WebControls.Button
SurveyControl global::Engage.Survey.UI.SurveyControl

Private Properties

Свойство Тип Описание
DeleteResponseButton_Click void
EditDefinitionButton_Click void
GenerateTableBasedSurvey string
SendAdministrativeNotification void
SendNotifications void
SendThankYouNotification void
SurveyControl_SurveyCompleted void

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the EventArgs event.

Приватные методы

Метод Описание
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.

Описание методов

OnInit() защищенный Метод

Raises the EventArgs event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Результат void

Описание свойств

DeleteResponseButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

EditDefinitionButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

SurveyControl защищенное свойство

SurveyControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Survey.UI.SurveyControl SurveyControl
Результат global::Engage.Survey.UI.SurveyControl