Interface IUserInfo
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IUserInfo
Properties
AssociateId
Declaration
Property Value
AssociateName
Declaration
string AssociateName { get; }
Property Value
CountryDomainName
Declaration
string CountryDomainName { get; }
Property Value
CountryId
Declaration
Property Value
CountryName
Declaration
string CountryName { get; }
Property Value
Email
Declaration
Property Value
FullName
Declaration
Property Value
FunctionRights
Declaration
string[] FunctionRights { get; }
Property Value
Licenses
Declaration
string[] Licenses { get; }
Property Value
RoleId
Declaration
Property Value
RoleName
Declaration
Property Value
Ticket
Declaration
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)