Show / Hide Table of Contents

Class UserInfo2

User info extended with username and custom fields values

Inheritance
Object
UserInfo
UserInfo2
Implements
IUserInfo2
IUserInfo
Inherited Members
UserInfo.AssociateId
UserInfo.AssociateName
UserInfo.FullName
UserInfo.Email
UserInfo.RoleId
UserInfo.RoleName
UserInfo.CountryId
UserInfo.CountryName
UserInfo.CountryDomainName
UserInfo.FunctionRights
UserInfo.Licenses
UserInfo.Ticket
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

IUserInfo2
IUserInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top