Class EjUserHelper
Assembly: SoDataBase.dll
Syntax
public class EjUserHelper
Constructors
EjUserHelper()
Declaration
Methods
CalculateCategoryMembership(Int32, Int32)
Creates/Deletes category membership records for the given user to match user group memberships (primary and secondary).
Declaration
public static void CalculateCategoryMembership(int ejUserId, int associateId)
Parameters
Type |
Name |
Description |
Int32 |
ejUserId |
CS user id
|
Int32 |
associateId |
SM user id
|
CategoryMasterCount(Int32)
Declaration
public static int CategoryMasterCount(int ejUserId)
Parameters
Type |
Name |
Description |
Int32 |
ejUserId |
|
Returns
DeleteCategoryMembership(Int32)
Declaration
public static void DeleteCategoryMembership(int ejUserId)
Parameters
Type |
Name |
Description |
Int32 |
ejUserId |
|
EscalationLevelDependentCount(Int32)
Declaration
public static int EscalationLevelDependentCount(int ejUserId)
Parameters
Type |
Name |
Description |
Int32 |
ejUserId |
|
Returns
LogoutUser(Int32)
Declaration
public static void LogoutUser(int ejUserId)
Parameters
Type |
Name |
Description |
Int32 |
ejUserId |
|
MailFilterDependentCount(Int32)
Declaration
public static int MailFilterDependentCount(int ejUserId)
Parameters
Type |
Name |
Description |
Int32 |
ejUserId |
|
Returns
OpenRequestsCount(Int32)
Declaration
public static int OpenRequestsCount(int ejUserId)
Parameters
Type |
Name |
Description |
Int32 |
ejUserId |
|
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)