Class NotifyType
Value for field 'Type' in table 'notify'. Defines the notification type. This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class NotifyType : Enum
Fields
ActiveTickets
32: Active tickets (only used as a filter (ejuser))
Declaration
public const NotifyType ActiveTickets
Field Value
Type | Description |
---|---|
NotifyType |
ChatAlert
16: Chat alert event
Declaration
public const NotifyType ChatAlert
Field Value
Type | Description |
---|---|
NotifyType |
ChatMessageAlert
128: Chat message alert event
Declaration
public const NotifyType ChatMessageAlert
Field Value
Type | Description |
---|---|
NotifyType |
ChatSessionTransfered
256: Chat session transfered event
Declaration
public const NotifyType ChatSessionTransfered
Field Value
Type | Description |
---|---|
NotifyType |
Custom
1024: Custom event
Declaration
public const NotifyType Custom
Field Value
Type | Description |
---|---|
NotifyType |
Hotlist
512: Hot list (only used as a filter (ejuser))
Declaration
public const NotifyType Hotlist
Field Value
Type | Description |
---|---|
NotifyType |
NewTicket
1: New ticket event
Declaration
public const NotifyType NewTicket
Field Value
Type | Description |
---|---|
NotifyType |
NewTicketMessage
2: New ticket message event
Declaration
public const NotifyType NewTicketMessage
Field Value
Type | Description |
---|---|
NotifyType |
NotifyAll
2047: Notify all
Declaration
public const NotifyType NotifyAll
Field Value
Type | Description |
---|---|
NotifyType |
TicketActivated
8: Ticket activated event
Declaration
public const NotifyType TicketActivated
Field Value
Type | Description |
---|---|
NotifyType |
TicketEscalated
4: Ticket escalated event
Declaration
public const NotifyType TicketEscalated
Field Value
Type | Description |
---|---|
NotifyType |
TicketTakeOver
64: Ticket take over event
Declaration
public const NotifyType TicketTakeOver
Field Value
Type | Description |
---|---|
NotifyType |
value__
Value for field 'Type' in table 'notify'. Defines the notification type. This Enum consists of flag values that can be combined.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)