SurveyObjectsLoadParamsBase Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
public abstract class SurveyObjectsLoadParamsBase
The SurveyObjectsLoadParamsBase type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveyObjectsLoadParamsBase(Int32) | ||
| SurveyObjectsLoadParamsBase(Int32, Int32) |
Specify either surveyId or surveyTemplateId
|
| Name | Description | |
|---|---|---|
| FilterExpressions | ||
| IncludeCompleted |
If true, Survey questions which are completed will also be loaded.
Default is true
| |
| KeyPosList |
Positive list of SurveyObject keys. Unless the list is empty,
only objects with the provided keys are loaded.
| |
| OnlyCompleted |
Only load objects which are completed, which means that they have passed through all relevant workflow steps
| |
| SurveyId |
Survey Id
| |
| SurveyObjectState |
Filter on the state of the Surveyobjects
| |
| SurveyTemplateId |
Only retrieve objects from this SurveyTemplate
NOTE: It is not possible to specify both SurveyId and SurveyTemplateId
Currently, parent/child surveys are not supported
| |
| UserId |
Only load data for a specific user
| |
| WorkflowStep |
Only retrieve objects from this workflowstep
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |