Interface IUserInfoService
Assembly: SoCore.dll
Syntax
public interface IUserInfoService
Methods
Company of the associate's person
Declaration
int GetContactId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
Owner (AssocaiteId) of the company that the user belongs to.
Declaration
int GetContactOwnerId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetCountryId(int)
Declaration
int GetCountryId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetEMailAddress(int)
The Person e-mail address if the associate is a person. Use IsPerson to check
Declaration
string GetEMailAddress(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetEjAccessLevel(int)
eJournal user access level
Declaration
EjAccess GetEjAccessLevel(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetEjUserId(int)
Primary key in eJournal's old user table.
Declaration
int GetEjUserId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetEjUserStatus(int)
Declaration
EjUserStatus GetEjUserStatus(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetFullName(int)
The Person full name if the associate is a person. Use IsPerson to check
Declaration
string GetFullName(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetFunctionRights(int)
Declaration
string[] GetFunctionRights(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetGroupId(int)
Declaration
int GetGroupId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetHomeCountryId(int)
Country id for the user's home country. This is the default country id when creating new items.
Declaration
int GetHomeCountryId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetIsPerson(int)
Is this associate a person, and not a resource?
Declaration
bool GetIsPerson(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetPersonId(int)
Declaration
int GetPersonId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetRoleDescription(int)
Descrtiption (e.g. tooltip) for the users role
Declaration
string GetRoleDescription(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetRoleId(int)
Declaration
int GetRoleId(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetRoleName(int)
Declaration
string GetRoleName(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetRoleType(int)
Declaration
RoleType GetRoleType(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetSecondaryGroups(int)
Declaration
int[] GetSecondaryGroups(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetUserName(int)
UserName on associatetable. Same as SuperId from Online
Declaration
string GetUserName(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
Extension Methods