Click or drag to resize

Manager Methods

The AccessModifierUtilsIdLookupManager type exposes the following members.

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