C# Class Engage.Survey.Entities.ReadonlySection

A read-only section for a read-only survey.
Inheritance: ISection
Afficher le fichier Open project: EngageSoftware/Engage-Survey

Méthodes publiques

Méthode 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 méthode

Gets the question.
public GetQuestion ( Key key ) : IQuestion
key Key The key name.
Résultat IQuestion

GetQuestions() public méthode

Gets the questions.
public GetQuestions ( ) : List
Résultat List

GetSurvey() public méthode

Gets the survey.
public GetSurvey ( ) : ISurvey
Résultat ISurvey

PostSaveProcessing() public méthode

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

PreSaveProcessing() public méthode

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

Render() public méthode

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.
Résultat void

Render() public méthode

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.
Résultat void