Class NotificationEventType
Types of events that are sent through the Pocket Notification API, where they are paired with an entity id
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class NotificationEventType : Enum
Fields
AppointmentCancelled
4: Appointment cancelled
Declaration
public const NotificationEventType AppointmentCancelled
Field Value
Type | Description |
---|---|
NotificationEventType |
AppointmentDeclined
11: Invitation or assignment declined
Declaration
public const NotificationEventType AppointmentDeclined
Field Value
Type | Description |
---|---|
NotificationEventType |
AppointmentInvitation
2: Appointment invitation
Declaration
public const NotificationEventType AppointmentInvitation
Field Value
Type | Description |
---|---|
NotificationEventType |
AppointmentMoved
3: Appointment moved or changed
Declaration
public const NotificationEventType AppointmentMoved
Field Value
Type | Description |
---|---|
NotificationEventType |
NewTicket
1: New ticket
Declaration
public const NotificationEventType NewTicket
Field Value
Type | Description |
---|---|
NotificationEventType |
NewTicketMessage
5: New ticket message
Declaration
public const NotificationEventType NewTicketMessage
Field Value
Type | Description |
---|---|
NotificationEventType |
QuoteApprovalApproved
9: Quote approval approved
Declaration
public const NotificationEventType QuoteApprovalApproved
Field Value
Type | Description |
---|---|
NotificationEventType |
QuoteApprovalDenied
10: Quote approval denied
Declaration
public const NotificationEventType QuoteApprovalDenied
Field Value
Type | Description |
---|---|
NotificationEventType |
QuoteApprovalRequest
8: Quote approval requested
Declaration
public const NotificationEventType QuoteApprovalRequest
Field Value
Type | Description |
---|---|
NotificationEventType |
TicketActivated
6: Ticket activated
Declaration
public const NotificationEventType TicketActivated
Field Value
Type | Description |
---|---|
NotificationEventType |
TicketEscalated
7: Ticket escalated
Declaration
public const NotificationEventType TicketEscalated
Field Value
Type | Description |
---|---|
NotificationEventType |
Unknown
0: Unknown
Declaration
public const NotificationEventType Unknown
Field Value
Type | Description |
---|---|
NotificationEventType |
value__
Types of events that are sent through the Pocket Notification API, where they are paired with an entity id
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)