SurveySchedule Class | 
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
public class SurveySchedule
The SurveySchedule type exposes the following members.
| Name | Description | |
|---|---|---|
| SurveySchedule | 
| Name | Description | |
|---|---|---|
| ConfirmLaunch | 
            If true, the Survey will only pass the "Initiation" activity, and needs to be manually launched from the "Verification" step
              | |
| DeadlineDays | 
            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
              | |
| Id | ||
| Name | ||
| ScopeVariables | 
            XML structure holding the scoping variables to be used in the Survey
              | |
| SurveyScheduleInfo | 
            Contains data for survey name, description, deadline etc. 
              | |
| SurveySettings | 
            XML structure holding the settings to be used in the Survey
              | |
| SurveyTemplateId | 
            The Survey template which should be to launch the Survey
              | |
| TimerUId | 
            Timer used for launching of the Survey
            Is null if the Survey schedule is used in an Event definition
              | |
| UId | ||
| UsedInEventDefinition | 
            The SurveySchedule is defined without a Timer and can be used for launching Surveys from a Code method
              | 
| 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.) |