Class SoUser.PermissionType
Type of permission required for dealing with a person's license information
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public sealed class PermissionType : Enum
Fields
Administrator
Administrators can manage on behalf of others
Declaration
public const SoUser.PermissionType Administrator
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
All
Everybody can manage on behalf of himself and all administrators (Administrator and System) can manage onbehalf of others
Declaration
public const SoUser.PermissionType All
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
AllAdministrators
All administrators (Administrator and System)
Declaration
public const SoUser.PermissionType AllAdministrators
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
ManageExternal
The user can manage external users
Declaration
public const SoUser.PermissionType ManageExternal
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
Own
Everybody can manage on behalf of himself
Declaration
public const SoUser.PermissionType Own
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
OwnNotPerson
The currently logged on person can manage for himself
Declaration
public const SoUser.PermissionType OwnNotPerson
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
OwnPerson
The currently logged on person can manage for himself if he is a named user
Declaration
public const SoUser.PermissionType OwnPerson
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
System
System users can manage on behalf of others.
Declaration
public const SoUser.PermissionType System
Field Value
Type | Description |
---|---|
SoUser.PermissionType |
value__
Type of permission required for dealing with a person's license information
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)