Click or drag to resize

SurveySchedule Class

Model class for Survey schedules used for scheduled launch of surveys
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelSurveySchedule

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 SurveySchedule

The SurveySchedule type exposes the following members.

Constructors
  NameDescription
Public methodSurveySchedule
Top
Properties
  NameDescription
Public propertyConfirmLaunch
If true, the Survey will only pass the "Initiation" activity, and needs to be manually launched from the "Verification" step
Public propertyDeadlineDays
The deadline of the survey will be set from the day the survey is launched plus the number of days provided in this parameter. If a value is provided, the fixed deadline on the Survey schedule object will not be used
Public propertyId
Public propertyName
Public propertyScopeVariables
XML structure holding the scoping variables to be used in the Survey
Public propertySurveyScheduleInfo
Contains data for survey name, description, deadline etc.
Public propertySurveySettings
XML structure holding the settings to be used in the Survey
Public propertySurveyTemplateId
The Survey template which should be to launch the Survey
Public propertyTimerUId
Timer used for launching of the Survey Is null if the Survey schedule is used in an Event definition
Public propertyUId
Public propertyUsedInEventDefinition
The SurveySchedule is defined without a Timer and can be used for launching Surveys from a Code method
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