Click or drag to resize

TextbasedAccessRequest Class

Text based access request
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequestTextbasedAccessRequest

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

The TextbasedAccessRequest type exposes the following members.

Constructors
  NameDescription
Public methodTextbasedAccessRequest
Top
Properties
  NameDescription
Public propertyBeneficiary
Beneficiary of the access request
Public propertyCreateTime
CreateTime of the access request
Public propertyId
Id of the access request
Public propertyReason
Reason of the access request
Public propertyRequestedBy
Requester of the access request
Public propertyRequestedById
Id of the requester of the access request
Public propertyRequestText
RequestText of the access request
Public propertyUId
UId of the access request
Public propertyValidFrom
ValidFrom of the access request
Public propertyValidTo
ValidTo of the access request
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