Click or drag to resize

SurveyObjectLinkAction Class

Model class for SurveyObject links. Generated when an access request is submitted, and the mobile approval flow is activated in the customersettings
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.ModelSurveyObjectLinkAction

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class SurveyObjectLinkAction

The SurveyObjectLinkAction type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssigneeId
AssigneeId
Public propertyCompleted
Has the link been used?
Public propertyCompletedTime
The date when the workFlow step related to the link was completed
Public propertyLinkKey
Encrypted string used as key to link a surveyobject with a generated link in an e-mail
Public propertySurveyObjectId
Integer Id of Survey object
Public propertyValidTo
Datetime of expiration of the link
Public propertyWorkflowStep
The workflowstep the link is valid for
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