Click or drag to resize
Askia

IResponse Methods

The IResponse type exposes the following members.

Methods
  NameDescription
Public methodAddToScenario
Add the response to a given scenario
Public methodDelete
Deletes the record in the database
(Inherited from IRecordEntity.)
Public methodGetMainCaption
Retrieves the main caption of the response
Public methodGetMainCaptions
Retrieve main captions for all languages in the survey.
Public methodGetScenarios
Retrieve a list the scenarios containing this response
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 methodReload
Reloads the record
(Inherited from IRecordEntity.)
Public methodRemoveFromScenario
Remove the resource from a given scenario
Public methodRestore
Restores the deleted record in the database
(Inherited from IRecordEntity.)
Public methodSave
Saves the record in the database
(Inherited from IRecordEntity.)
Public methodSetMainCaption
Sets the main caption of the response
Public methodSetMainCaptions
Set main captions for languages in the survey.
Top
See Also