Click or drag to resize

AccessRequestIntegrationParams Class

parameters for Access request approval 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 AccessRequestIntegrationParams : SurveyIntegrationParams

The AccessRequestIntegrationParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBusinessContext
Context of the request
Public propertyCompleted
Is survey state completed. New survey is set to false. Removed or completed to true
(Inherited from SurveyIntegrationParams.)
Public propertyCreator
Name of creator
Public propertyIdentityId
Identity
(Inherited from SurveyIntegrationParams.)
Public propertyIsDeleted
True if the object should be deleted
Public propertyObjectUid
Global identitfier of the access request
Public propertyRequestDate
Date when the request was created
Public propertySurveyId
Id of the survey that the survey object has been processed in.
(Inherited from SurveyIntegrationParams.)
Public propertySurveyName
Name of the survey.
(Inherited from SurveyIntegrationParams.)
Public propertyTimeStamp
Denotes the time when the question was routed to its current step or when it was completed
(Inherited from SurveyIntegrationParams.)
Public propertyValidFrom
Start of recertification survey
(Inherited from SurveyIntegrationParams.)
Public propertyValidTo
Day that recertification survey is supposed to end
(Inherited from SurveyIntegrationParams.)
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