Interface IUserInfo2
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IUserInfo2 : IUserInfo
Properties
CustomFields
Declaration
Dictionary<string, string> CustomFields { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
UserName
SuperId user-name
Declaration
string UserName { get; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)