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

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

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

Свойство Тип Описание
ActionButtonsPlaceholder global::System.Web.UI.WebControls.PlaceHolder
NewSurveyButton global::System.Web.UI.WebControls.LinkButton
SurveyGrid global::System.Web.UI.WebControls.Repeater

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

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

Raises the Control.Init event.

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

Метод Описание
BindData ( ) : void

Binds the data.

BuildAnalyzeUrl ( int surveyId ) : string

Builds the URL to analyze the responses for the given survey.

BuildEditUrl ( int surveyId ) : string

Builds the URL to edit the given survey.

BuildNewUrl ( ) : string

Builds the URL to create a new survey.

BuildPreviewUrl ( int surveyId ) : string

Build the URL to the read-only preview of the given survey.

NewSurveyButton_Click ( object sender, EventArgs e ) : void

Handles the LinkButton.Click event of the NewSurveyButton control.

Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

SurveyDataGrid_OnItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Handles the Repeater.ItemDataBound event of the SurveyGrid control.

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

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

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

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

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

ActionButtonsPlaceholder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder ActionButtonsPlaceholder
Результат global::System.Web.UI.WebControls.PlaceHolder

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

NewSurveyButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton NewSurveyButton
Результат global::System.Web.UI.WebControls.LinkButton

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

SurveyGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater SurveyGrid
Результат global::System.Web.UI.WebControls.Repeater