Click or drag to resize

ReassignActionArguments Class

Action arguments for reassign post action handler
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsReassignActionArguments

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

The ReassignActionArguments type exposes the following members.

Properties
  NameDescription
Public propertyDbConnection
Public propertyDbTransaction
Public propertyFactory
Public propertyNewAssigneeIds
List of the new assignee's
Public propertySourceKey
Source key of the survey object to perform post actions on.
Public propertySurveyId
Id of the survey that the survey object has been processed in.
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