IResponse Methods |
The IResponse type exposes the following members.
Name | Description | |
---|---|---|
AddToScenario |
Add the response to a given scenario
| |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
GetMainCaption |
Retrieves the main caption of the response
| |
GetMainCaptions |
Retrieve main captions for all languages in the survey.
| |
GetScenarios |
Retrieve a list the scenarios containing this response
| |
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.) | |
Reload |
Reloads the record
(Inherited from IRecordEntity.) | |
RemoveFromScenario |
Remove the resource from a given scenario
| |
Restore |
Restores the deleted record in the database
(Inherited from IRecordEntity.) | |
Save |
Saves the record in the database
(Inherited from IRecordEntity.) | |
SetMainCaption |
Sets the main caption of the response
| |
SetMainCaptions |
Set main captions for languages in the survey.
|