Click or drag to resize

SurveyObjectIntegrationParams Class

parameters for survey items integration
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.IntegrationSurveyObjectIntegrationParams
    Omada.OE.Solution.OIM.AppLogic.IntegrationAccessApprovalIntegrationParams
    Omada.OE.Solution.OIM.AppLogic.IntegrationRecertificationIntegrationParams

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

The SurveyObjectIntegrationParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyActionUId
Decision action ID
Public propertyAnswerDate
Question answer date
Public propertyAssigneeOisIds
OIS Ids of survey object assignees
Public propertyCompleted
Is recertification for a resource completed
Public propertyCreateDate
Denotes the time when the question was created
Public propertyCurrentStepName
Name of current survey step
Public propertyIsLastStep
True if the current step is the last one for survey item
Public propertySurveyId
Id of the survey that the survey object has been processed in.
Public propertySurveyObjectGuid
ID of survey object
Public propertyTimeStamp
Denotes the time when the question was routed to its current step or when it was completed
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