C# Class Engage.Dnn.Survey.EditSurvey

The EditSurvey class is used to manage content
Inheritance: ModuleBase
Afficher le fichier Open project: EngageSoftware/Engage-Survey

Private Properties

Свойство Type Description
GetSurvey Engage.Survey.Entities.Survey
Page_Load void

Méthodes protégées

Méthode Description
GetJavaScriptString ( string value ) : string

Encodes input string for use in JavaScript.

OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Méthode Description
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.

Method Details

GetJavaScriptString() protected static méthode

Encodes input string for use in JavaScript.
protected static GetJavaScriptString ( string value ) : string
value string The value to be encoded.
Résultat string

OnInit() protected méthode

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void