Class TicketChangeNotificator
Inheritance
TicketChangeNotificator
Assembly: SoDataBase.dll
Syntax
public static class TicketChangeNotificator
Methods
DeleteTicketNotifyEntriesAsync(int, int, CancellationToken)
Declaration
public static Task DeleteTicketNotifyEntriesAsync(int ticketId, int userId, CancellationToken cancellationToken = default)
Parameters
Returns
SendStandardTicketNotifications(TicketChangeData, TicketChangeData)
Declaration
public static void SendStandardTicketNotifications(TicketChangeData oldData, TicketChangeData newData)
Parameters
SendTicketTakenOverNotification(int, int, int)
Declaration
public static void SendTicketTakenOverNotification(int ticketId, int oldOwner, int newOwner)
Parameters
| Type |
Name |
Description |
| int |
ticketId |
|
| int |
oldOwner |
|
| int |
newOwner |
|