Click or drag to resize

AccessModifierUtilsIdLookupManager Class

The class is able to build SQL statements for querying objects (identities, resource assignments and contexts) accessible for users who are "Context owners" (previously referred to as a "Managers").
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AccessModifiersAccessModifierUtilsIdLookupManager

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

The AccessModifierUtilsIdLookupManager type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberGetManagerIdentityIds(IntegerList, Boolean, Int32, SqlConnection, SqlTransaction)
Returns the ids of the identities, that the active user has access to, by being a manager (context owner) or a supervisor of them.
Public methodStatic memberGetManagerIdentityIds(IntegerList, Boolean, Boolean, Int32, SqlConnection, SqlTransaction)
Returns the ids of the identities, that the active user has access to, by being a manager (context owner) or a supervisor of them.
Public methodStatic memberGetManagerRoleAssignmentIds
Returns the ids of the role assignments, that the active user has access to, by being a manager of the identities which they belong to.
Public methodStatic memberGetManagerSecondaryIdentityIds
Returns the ids of the secondary identities, that the active user has access to, by being a manager of them.
Public methodStatic memberGetOwnedIdentityIds
Returns non-primary identities which are owned by the active user
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