C# Class Engage.Dnn.Survey.EditSurvey

The EditSurvey class is used to manage content
Inheritance: ModuleBase
Exibir arquivo Open project: EngageSoftware/Engage-Survey

Private Properties

Property Type Description
GetSurvey Engage.Survey.Entities.Survey
Page_Load void

Protected Methods

Method Description
GetJavaScriptString ( string value ) : string

Encodes input string for use in JavaScript.

OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Method 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 method

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

OnInit() protected method

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