C# Класс Engage.Survey.Entities.ReadonlySection

A read-only section for a read-only survey.
Наследование: ISection
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetQuestion() публичный Метод

Gets the question.
public GetQuestion ( Key key ) : IQuestion
key Key The key name.
Результат IQuestion

GetQuestions() публичный Метод

Gets the questions.
public GetQuestions ( ) : List
Результат List

GetSurvey() публичный Метод

Gets the survey.
public GetSurvey ( ) : ISurvey
Результат ISurvey

PostSaveProcessing() публичный Метод

Posts the save processing.
public PostSaveProcessing ( WebControl control ) : void
control System.Web.UI.WebControls.WebControl The control.
Результат void

PreSaveProcessing() публичный Метод

Pres the save processing.
public PreSaveProcessing ( WebControl control ) : void
control System.Web.UI.WebControls.WebControl The control.
Результат void

Render() публичный Метод

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.
Результат void

Render() публичный Метод

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.
Результат void