Method | Description | |
---|---|---|
GetQuestion ( Key key ) : IQuestion |
Gets the question.
|
|
GetQuestions ( ) : List |
Gets the questions.
|
|
GetSurvey ( ) : ISurvey |
Gets the survey.
|
|
PostSaveProcessing ( |
Posts the save processing.
|
|
PreSaveProcessing ( |
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.
|
public GetQuestion ( Key key ) : IQuestion | ||
key | Key | The key name. |
return | IQuestion |
public PostSaveProcessing ( |
||
control | The control. | |
return | void |
public PreSaveProcessing ( |
||
control | The control. | |
return | void |
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 |
showRequiredNotation | bool | if set to |
validationProvider | ValidationProviderBase | The validation provider. |
localizer | ILocalizer | Localizes text. |
return | void |
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 |