ReadFilterSimple
ReadFilterSimple enables filtering of the most basic properties when reading from a datasource. It is also used when updating. It is mostly used when only one object is to be retrieved.
If ExpandAnswers = true, answers can not be updated DesignTime. If ProjectSpecific = false, the the object-structure can not be updated. However parts of the object-structure can be added to another object-structure retrieved using ProjectSpecific = true. |
Fields
Name | Data Type | Description |
---|---|---|
Languages |
int[ ] |
Collection of objects containing the languages |
IncludeAllLanguages |
bool |
Get or Set if all languages is to be included |
OverrideTextDataSourceId |
Guid |
Get or set a datasource that enables retrieval of overridden texts Used in context of reporting |
AnswerColorDataSourceId |
bool |
Get or set a datasource that enables retrieval of answer color Used in context of reporting |
ExpandAnswers |
bool |
Get or Set if background-questions are to be included |
ExpandLoopReferenceAnswers |
bool |
Indicates whether loopreference answer in single, multi and grid should be expanded (only works when retrieving data from SQL) |
ExpandLoopRefOption |
Indicates the way which loopreference answers should be expanded |
|
ProjectSpecific |
bool |
Get or Set if the retrieved objects should be linked to a specific survey. If it is, updates can be made. If not, the retrieved information can be used to update other projects |