Click or drag to resize

SurveyScheduleInfo Class

Model class used for mapping JSON string in the Survey schedule data object type
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelSurveyScheduleInfo

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 SurveyScheduleInfo

The SurveyScheduleInfo type exposes the following members.

Constructors
  NameDescription
Public methodSurveyScheduleInfo
Top
Properties
  NameDescription
Public propertyDeadline
Deadline of survey
Public propertyDescription
Description of Survey
Public propertyEnableMassEdit
Enable mass edit for survey
Public propertyName
Name of survey
Public propertySurveyAdminIds
Survey admins of survey instance
Public propertySurveyAdminUIds
Survey admins of survey instance
Public propertySurveyReassignmentViewUId
Allow assignees to reassign questions to users available in data object view with this UId
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