Click or drag to resize
Askia

IElement Methods

The IElement type exposes the following members.

Methods
  NameDescription
Public methodApplySurveyDefaultControlProperties
Retrieves the corresponding default control properties defined in the survey settings and apply them to the element
Public methodDelete
Deletes the record in the database
(Inherited from IRecordEntity.)
Public methodGetLanguageCaption
Gets the caption text for a given language
Public methodGetSurveyDefaultControlId
Get the id of the corresponding default control defined in the survey settings
Public methodIsDeleted
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.)
Public methodIsLoaded
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.)
Public methodIsReachable
Defines if the element is reachable
Public methodReload
Reloads the record
(Inherited from IRecordEntity.)
Public methodRenderControl
Render the corresponding control for the specified interview
Public methodRenderPage
Render the corresponding page for the specified interview
Public methodRestore
Restores the deleted record in the database
(Inherited from IRecordEntity.)
Public methodSave
Saves the record in the database
(Inherited from IRecordEntity.)
Public methodSetExtension
Set the id of extension depending on the type of the element (Control or Page Template)
Public methodSetLanguageCaption
Sets the caption text for a given language
Top
See Also