IQuestion Methods |
The IQuestion type exposes the following members.
Name | Description | |
---|---|---|
AddToScenario |
Add the question to a given scenario
| |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
GetAnalyseCaptions |
Retrieve Analyse captions for all languages in the survey.
| |
GetMainCaptions |
Retrieve main captions for all languages in the survey.
| |
GetRecursiveLinkedResponses |
Retrieve all linked responses recursively based on link type
| |
GetRecursiveLinkedResponses(Int32) |
Retrieve all linked responses recursively based on link type
and a visibility source question id
| |
GetScenarios |
Retrieve a list the scenarios containing this question
| |
IndentResponses(IEnumerableInt32) |
Indent responses
| |
IndentResponses(IEnumerableInt32, IModifiedEntities) |
Indent responses
| |
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 question is reachable
| |
MoveResponses(IEnumerableInt32, Int32, Int32) |
Move responses to a given destination
| |
MoveResponses(IEnumerableInt32, Int32, Int32, IModifiedEntities) |
Move responses to a given destination
| |
Reload |
Reloads the record
(Inherited from IRecordEntity.) | |
RemoveFromScenario |
Remove the question 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.) | |
SaveMovedResponsesPositions |
Saves all the positions and parent ids of the responses
| |
SaveResponses |
Saves a batch of responses in one go, all or nothing.
| |
SetAnalyseCaptions |
Set Analyse captions for languages in the survey.
| |
SetMainCaptions |
Set main captions for languages in the survey.
| |
UnindentResponses(IEnumerableInt32) |
Unindent responses
| |
UnindentResponses(IEnumerableInt32, IModifiedEntities) |
Unindent responses
|