Show / Hide Table of Contents

Class TicketChangeNotificator

Inheritance
object
TicketChangeNotificator
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Ticket
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
Type Name Description
int ticketId
int userId
CancellationToken cancellationToken
Returns
Type Description
Task

SendStandardTicketNotifications(TicketChangeData, TicketChangeData)

Declaration
public static void SendStandardTicketNotifications(TicketChangeData oldData, TicketChangeData newData)
Parameters
Type Name Description
TicketChangeData oldData
TicketChangeData newData

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top