![]() | IResponse Interface |
Namespace: AskiaCore
The IResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseType |
Base type of the response
|
![]() | CreatedAt |
DateTime the record was created at
(Inherited from IRecordEntity.) |
![]() | CreatedBy |
Id of the user which created the record
(Inherited from IRecordEntity.) |
![]() | DeletedAt |
DateTime at which the record was last deleted
(Inherited from IRecordEntity.) |
![]() | DeletedBy |
Id of the user which last deleted the record
(Inherited from IRecordEntity.) |
![]() | EntryCode |
Entry code of the response
|
![]() | Factor |
Factor of the response
|
![]() | FirstChild |
First child response
|
![]() | Id |
Id of the record
(Inherited from IRecordEntity.) |
![]() | IsExcludedFromTranslation |
Indicates if the response is excluded from translation
|
![]() | IsExclusive |
Indicates if the response is exclusive
|
![]() | IsSelectable |
Indicates if the response is selectable
|
![]() | LastChild |
Last child response
|
![]() | LastError |
Last error that occurred
(Inherited from IRecordEntity.) |
![]() | NextSibling |
Next sibling response
|
![]() | ParentId |
Id of the parent response
|
![]() | Position |
Position of the response
|
![]() | PrevSibling |
Previous sibling response
|
![]() | QuestionId |
Id of the question
|
![]() | ResourceId |
Id of the resource used by the response
|
![]() | RotationBehaviour |
Rotation behavior of the response
|
![]() | SemiOpenQuestionId |
Id of the semi=open question for the response
|
![]() | Type |
Type of the question
|
![]() | UpdatedAt |
DateTime at which the record was last updated
(Inherited from IRecordEntity.) |
![]() | UpdatedBy |
Id of the user which last updated the record
(Inherited from IRecordEntity.) |
![]() | UserData |
User data for the response
|
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.
|