Method | Description | |
---|---|---|
GetSection ( string sectionId ) : ISection |
Gets the section.
|
|
GetSections ( ) : List |
Gets the sections.
|
|
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 the survey from this survey.
|
|
Render ( System.Web.UI.WebControls.Table table, ILocalizer localizer ) : void |
Renders the survey from this survey.
|
|
Save ( int userId ) : int |
Saves this instance.
|
public GetSection ( string sectionId ) : ISection | ||
sectionId | string | The section id. |
return | ISection |
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 HTML table to put the survey into. |
localizer | ILocalizer | Localizes text. |
return | void |
public Save ( int userId ) : int | ||
userId | int | The ID of the user saving this instance |
return | int |