Click or drag to resize

SurveyLaunchOptions Class

Options for launching a survey process.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyLaunchOptions

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

The SurveyLaunchOptions type exposes the following members.

Constructors
  NameDescription
Public methodSurveyLaunchOptions
Top
Properties
  NameDescription
Public propertyAddActiveUserAsOwner
Should the active user be added as an owner of the survey?
Public propertyBeforeSave
Can be used for modifying the process, activities and target object before they get saved.
Public propertyDeadline
Deadline
Public propertyDescription
Public propertyEnableMassEdit
If true, it will be possible to mass update questions in the survey
Public propertyGenerateDataInBackground
If true, the survey data will be generated in the background by the timer service.
Public propertyProcessTemplateUId
UId of the survey process template to be instantiated.
Public propertyScopeVariables
Keys are scope variable names, eg. @myvar Values are value lists. The value list values must be in an appropriate string format that can be understood by SurveyController.GetScopeVariablesFromSurveyObject()
Public propertyStartSurvey
Set to true to auto verify and start survey Set to false to leave survey at "verification" activity
Public propertySurveyAdmins
List of users which will be added as admins on the Survey
Public propertySurveyName
Name that the new survey instance will have.
Public propertySurveyReassignmentViewUId
UId of view which will be used for selecting users when reassigning survey questions
Public propertySurveySettings
Keys are scope variable names, eg. @myvar Values are value lists. The value list values must be in an appropriate string format that can be understood by SurveyController.GetSurveySettingsFromSurveyObject()
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