C# Class Engage.Survey.Entities.ReadonlySection

A read-only section for a read-only survey.
Inheritance: ISection
Mostrar archivo Open project: EngageSoftware/Engage-Survey

Public Methods

Method Description
GetQuestion ( Key key ) : IQuestion

Gets the question.

GetQuestions ( ) : List

Gets the questions.

GetSurvey ( ) : ISurvey

Gets the survey.

PostSaveProcessing ( WebControl control ) : void

Posts the save processing.

PreSaveProcessing ( WebControl control ) : void

Pres the save processing.

Render ( System.Web.UI.WebControls.PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer ) : void

Renders this survey section instance.

Render ( System.Web.UI.WebControls.Table table, ILocalizer localizer ) : void

Renders the read-only section in a table.

Method Details

GetQuestion() public method

Gets the question.
public GetQuestion ( Key key ) : IQuestion
key Key The key name.
return IQuestion

GetQuestions() public method

Gets the questions.
public GetQuestions ( ) : List
return List

GetSurvey() public method

Gets the survey.
public GetSurvey ( ) : ISurvey
return ISurvey

PostSaveProcessing() public method

Posts the save processing.
public PostSaveProcessing ( WebControl control ) : void
control System.Web.UI.WebControls.WebControl The control.
return void

PreSaveProcessing() public method

Pres the save processing.
public PreSaveProcessing ( WebControl control ) : void
control System.Web.UI.WebControls.WebControl The control.
return void

Render() public method

Renders this survey section instance.
public Render ( System.Web.UI.WebControls.PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer ) : void
placeHolder System.Web.UI.WebControls.PlaceHolder The place holder.
readOnly bool if set to true [read only].
showRequiredNotation bool if set to true [show required notation].
validationProvider ValidationProviderBase The validation provider.
localizer ILocalizer Localizes text.
return void

Render() public method

Renders the read-only section in a table.
public Render ( System.Web.UI.WebControls.Table table, ILocalizer localizer ) : void
table System.Web.UI.WebControls.Table The table.
localizer ILocalizer Localizes text.
return void