Click or drag to resize

AccessReqOrgApprover Class

Resolver for the Virtual Reference Property "AccessReqOrgApprover". The resolver is used in the Access Request Survey Approval feature.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.VirtualPropertyVirtualPropertyResolverBase
    Omada.OE.Solution.OIM.AppLogic.VirtualPropertyAccessReqOrgApprover

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

The AccessReqOrgApprover type exposes the following members.

Constructors
  NameDescription
Public methodAccessReqOrgApprover
Top
Properties
  NameDescription
Public propertyCachePeriod
Amount of time that the result of ResolveValues is cached in. Default is 5 minutes.
(Inherited from VirtualPropertyResolverBase.)
Public propertyDataObjectTypes (Overrides VirtualPropertyResolverBaseDataObjectTypes.)
Public propertyDbConnection
Open connection for the OIS DB.
(Inherited from VirtualPropertyResolverBase.)
Public propertyDbTransaction
Open transaction for the OIS DB.
(Inherited from VirtualPropertyResolverBase.)
Public propertyFactory (Inherited from VirtualPropertyResolverBase.)
Public propertyProperty (Overrides VirtualPropertyResolverBaseProperty.)
Top
Methods
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