SurveyObjectsLoadParams Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
public class SurveyObjectsLoadParams : SurveyObjectsLoadParamsBase
The SurveyObjectsLoadParams type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveyObjectsLoadParams |
| Name | Description | |
|---|---|---|
| FilterExpressions | (Inherited from SurveyObjectsLoadParamsBase.) | |
| IncludeCompleted |
If true, Survey questions which are completed will also be loaded.
Default is true
(Inherited from SurveyObjectsLoadParamsBase.) | |
| KeyPosList |
Positive list of SurveyObject keys. Unless the list is empty,
only objects with the provided keys are loaded.
(Inherited from SurveyObjectsLoadParamsBase.) | |
| OffSet |
Start index
NOTE: Use the SetPaging(Int32, Int32) method to set this property "/>
| |
| OnlyCompleted |
Only load objects which are completed, which means that they have passed through all relevant workflow steps
(Inherited from SurveyObjectsLoadParamsBase.) | |
| OrderByWorkflowStep |
Sort the results by Workflow step.
If true, the SortKey property will not be used
| |
| SortDescending |
Default is false
| |
| SortKeys |
Commaseparated string with System name of Property in the Survey the result will be sorted on
| |
| SurveyId |
Survey Id
(Inherited from SurveyObjectsLoadParamsBase.) | |
| SurveyObjectState |
Filter on the state of the Surveyobjects
(Inherited from SurveyObjectsLoadParamsBase.) | |
| 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
(Inherited from SurveyObjectsLoadParamsBase.) | |
| TotalRows |
Total number of rows to fetch
NOTE: Use the SetPaging(Int32, Int32) method to set this property "/>
| |
| UserId |
Only load data for a specific user
(Inherited from SurveyObjectsLoadParamsBase.) | |
| WorkflowStep |
Only retrieve objects from this workflowstep
(Inherited from SurveyObjectsLoadParamsBase.) |
| Name | Description | |
|---|---|---|
| CreateForSurveyTemplate | ||
| SetPaging |
Sets the values of the
TotalRows and OffSet properties accordingly
to load paginated data.
|
| 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.) |