QueuedSurveyExport Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
public class QueuedSurveyExport
The QueuedSurveyExport type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueuedSurveyExport(Int32, Int32, Boolean, String, Boolean, SurveyExportType) |
Create a new QueuedSurveyExport to eport data for ALL users in the survey
|
![]() | QueuedSurveyExport(Int32, Int32, Int32, Boolean, String, Boolean, SurveyExportType) |
Create a new QueuedSurveyExport to export data for a specific assignee in the survey
|
![]() | QueuedSurveyExport(Int32, Int32, NullableInt32, Int32, DateTime, Boolean, String, Boolean, SurveyExportType, Int32, NullableDateTime) |
Create a new QueuedSurveyExport to be used when loading an existing export from the database
|
Name | Description | |
---|---|---|
![]() | AdminGrid |
If true, export data for the admin grid
|
![]() | AssigneeId |
Export data for questions assigned to this user
If null, export data for all users
|
![]() | CreatedBy |
Id of the user who created the export
|
![]() | CreateTime |
Creation time of the export
|
![]() | Id |
Can be 0 if it's a new export
|
![]() | RetryCount |
Number of times the export has been retried
|
![]() | RetryTime |
Time of the last retry. Null if the export has not been retried
|
![]() | SortColumn |
Column to sort by
|
![]() | SortDescending | |
![]() | SurveyExportType | |
![]() | SurveyId |
Id of the survey to export data from
|
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.) |