C# 클래스 Engage.Dnn.Survey.EditSurvey

The EditSurvey class is used to manage content
상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey

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