Click or drag to resize

QueuedSurveyExport Class

Model for a queued survey export
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelQueuedSurveyExport

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class QueuedSurveyExport

The QueuedSurveyExport type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAdminGrid
If true, export data for the admin grid
Public propertyAssigneeId
Export data for questions assigned to this user If null, export data for all users
Public propertyCreatedBy
Id of the user who created the export
Public propertyCreateTime
Creation time of the export
Public propertyId
Can be 0 if it's a new export
Public propertyRetryCount
Number of times the export has been retried
Public propertyRetryTime
Time of the last retry. Null if the export has not been retried
Public propertySortColumn
Column to sort by
Public propertySortDescending
Public propertySurveyExportType
Public propertySurveyId
Id of the survey to export data from
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also