Click or drag to resize

SurveyUpdateAndRouteOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyUpdateAndRouteOptions

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 SurveyUpdateAndRouteOptions

The SurveyUpdateAndRouteOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlwaysRemoveIdAssigneeWithoutObjects
If true, assignees with potential empty workitems will be removed, even if the assignee is the current signedin user.
Public propertyCompleteSurveyActivity
Complete the survey activity if there are no more questions to answer in the activity. This is done automatically if the survey questions are answered from the old UI.
Public propertySkipRouting
If true, objects are not routed.
Public propertySurveyId
Public propertySurveyObjectCommands
Each command must contain all the changes that has been made to an object during the survey.
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