Class EjUserHelper
Inheritance
System.Object
EjUserHelper
Assembly: SoDataBase.dll
Syntax
public class EjUserHelper : Object
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 |
System.Int32 |
ejUserId |
CS user id
|
System.Int32 |
associateId |
SM user id
|
CategoryMasterCount(Int32)
Declaration
public static int CategoryMasterCount(int ejUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
ejUserId |
|
Returns
Type |
Description |
System.Int32 |
|
DeleteCategoryMembership(Int32)
Declaration
public static void DeleteCategoryMembership(int ejUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
ejUserId |
|
EscalationLevelDependentCount(Int32)
Declaration
public static int EscalationLevelDependentCount(int ejUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
ejUserId |
|
Returns
Type |
Description |
System.Int32 |
|
LogoutUser(Int32)
Declaration
public static void LogoutUser(int ejUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
ejUserId |
|
MailFilterDependentCount(Int32)
Declaration
public static int MailFilterDependentCount(int ejUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
ejUserId |
|
Returns
Type |
Description |
System.Int32 |
|
OpenRequestsCount(Int32)
Declaration
public static int OpenRequestsCount(int ejUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
ejUserId |
|
Returns
Type |
Description |
System.Int32 |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)