Click or drag to resize

EffectiveManagerResolver Class

Resolver for the Virtual Reference Property "EffectiveManager". The "EffectiveManager" property holds the "managers" of an identity or a user. The managers are the owners of the identity's primary context (or the owner of an ancestor context if the primary context itself has no owners). If one or more supervisors are stated (according to the identity's primary context type) on the identity then these are returned as priority one. Values are either users or groups (or a combination). Is empty if an identity has no primary context type or if no owner can be found on the identity's primary context(s) or on a ancestor context.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.VirtualPropertyVirtualPropertyResolverBase
    Omada.OE.Solution.OIM.AppLogic.VirtualPropertyEffectiveManagerResolver

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 EffectiveManagerResolver : VirtualPropertyResolverBase

The EffectiveManagerResolver type exposes the following members.

Constructors
  NameDescription
Public methodEffectiveManagerResolver
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