Class TicketChangeNotificator
Inheritance
TicketChangeNotificator
Assembly: SoDataBase.dll
Syntax
public static class TicketChangeNotificator : Object
Methods
DeleteTicketNotifyEntries(Int32, Int32)
Declaration
public static void DeleteTicketNotifyEntries(int ticketId, int userId)
Parameters
SendStandardTicketNotifications(TicketChangeData, TicketChangeData)
Declaration
public static void SendStandardTicketNotifications(TicketChangeData oldData, TicketChangeData newData)
Parameters
SendTicketTakenOverNotification(Int32, Int32, Int32)
Declaration
public static void SendTicketTakenOverNotification(int ticketId, int oldOwner, int newOwner)
Parameters