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

The EditSurvey class is used to manage content
Наследование: ModuleBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetSurvey Engage.Survey.Entities.Survey
Page_Load void

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

Метод Описание
GetJavaScriptString ( string value ) : string

Encodes input string for use in JavaScript.

OnInit ( EventArgs e ) : void

Raises the Control.Init event.

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

Метод Описание
GetSurvey ( ) : Survey

Gets the survey, or null if creating a new survey.

Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

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

GetJavaScriptString() защищенный статический Метод

Encodes input string for use in JavaScript.
protected static GetJavaScriptString ( string value ) : string
value string The value to be encoded.
Результат string

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

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void