Class TicketCategoryDelegateMethod
The delegate method used for request assigned to this category This Enum is used by: ej_category.delegate_method
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TicketCategoryDelegateMethod : Enum
Fields
Even
1: Delegate request even among the members of the category
Declaration
public const TicketCategoryDelegateMethod Even
Field Value
Type | Description |
---|---|
TicketCategoryDelegateMethod |
Not
4: Do not delegate request. Instead set them as unassigned
Declaration
public const TicketCategoryDelegateMethod Not
Field Value
Type | Description |
---|---|
TicketCategoryDelegateMethod |
Unfair
3: The user with the least active request will be delegated the request
Declaration
public const TicketCategoryDelegateMethod Unfair
Field Value
Type | Description |
---|---|
TicketCategoryDelegateMethod |
Unknown
0: The delegate method is unknown, should normally not occure in the database
Declaration
public const TicketCategoryDelegateMethod Unknown
Field Value
Type | Description |
---|---|
TicketCategoryDelegateMethod |
value__
The delegate method used for request assigned to this category This Enum is used by: ej_category.delegate_method
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Weighted
2: Use weights on each member of the category when delegating requests
Declaration
public const TicketCategoryDelegateMethod Weighted
Field Value
Type | Description |
---|---|
TicketCategoryDelegateMethod |
Extension Methods
EnumUtil.MapEnums<From, To>(From)