IElement Methods |
The IElement type exposes the following members.
Name | Description | |
---|---|---|
ApplySurveyDefaultControlProperties |
Retrieves the corresponding default control properties
defined in the survey settings and apply them to the element
| |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
GetLanguageCaption |
Gets the caption text for a given language
| |
GetSurveyDefaultControlId |
Get the id of the corresponding default control defined in the survey settings
| |
IsDeleted |
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.) | |
IsLoaded |
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.) | |
IsReachable |
Defines if the element is reachable
| |
Reload |
Reloads the record
(Inherited from IRecordEntity.) | |
RenderControl |
Render the corresponding control for the specified interview
| |
RenderPage |
Render the corresponding page for the specified interview
| |
Restore |
Restores the deleted record in the database
(Inherited from IRecordEntity.) | |
Save |
Saves the record in the database
(Inherited from IRecordEntity.) | |
SetExtension |
Set the id of extension depending on the type of the element (Control or Page Template)
| |
SetLanguageCaption |
Sets the caption text for a given language
|