Click or drag to resize

SurveyIntegrationParams Class

Parameters for survey integration
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.IntegrationSurveyIntegrationParams
    Omada.OE.Solution.OIM.AppLogic.IntegrationAccessRequestIntegrationParams

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 SurveyIntegrationParams

The SurveyIntegrationParams type exposes the following members.

Constructors
  NameDescription
Public methodSurveyIntegrationParams
Top
Properties
  NameDescription
Public propertyCompleted
Is survey state completed. New survey is set to false. Removed or completed to true
Public propertyIdentityId
Identity
Public propertySurveyId
Id of the survey that the survey object has been processed in.
Public propertySurveyName
Name of the survey.
Public propertyTimeStamp
Denotes the time when the question was routed to its current step or when it was completed
Public propertyValidFrom
Start of recertification survey
Public propertyValidTo
Day that recertification survey is supposed to end
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