Class UserInfo2
User info extended with username and custom fields values
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class UserInfo2 : UserInfo, IUserInfo2, IUserInfo
Constructors
UserInfo2()
User info extended with username and custom fields values
Declaration
public UserInfo2()
Properties
CustomFields
User info extended with username and custom fields values
Declaration
public Dictionary<string, string> CustomFields { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
UserName
SuperId user-name
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)