Click or drag to resize
ITicketManager Methods

[This is preliminary documentation and is subject to change.]

The ITicketManager type exposes the following members.

Methods
  NameDescription
Public method void AddAttachmentToPost(IPostAttachmentData)
Attaches a file to a ticket post
Public methodInt64AddPost(Int64, Int64, ITicketPost)
Adds a ticket post to a ticket
Public methodInt64CreateTicket(String, Int64, Int64, Int64, ITicketPost, IEnumerableIPostAttachmentData, Int64)
Creates a new ticket with attachments
Public methodIDetailsableTDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIEnumerableT, T: ITicketGetAllTicketLabeledWith(String)
Returns all tickets that have a specific label
Public methodIPostAttachmentGetAttachmentInfo(Int64)
Returns details of an attachment
Public methodStreamGetAttachmentStream(Int64)
Returns a data stream for the specified attachment. Remember to dispose the stream
Public methodIDictionaryTKey, TValue, T: Int64GetNotificationSubscribers(IEnumerableInt64)
Get notification subscribers on given tickets
Public methodStringGetRegardingDisplayName(Int64, Int64)
Get the display name of the object that the ticket regards
Public methodIEnumerableT, T: ITicketRegardingGetTicketRegardings
Returns registered ticket regarding handlers
Public methodIEnumerableT, T: ITicketLinkGetTicketsLinkedFrom(Int64)
Returns ticketlinks from a ticket
Public methodIEnumerableT, T: ITicketLinkGetTicketsLinkedTo(Int64)
Return ticketlinks to a ticket
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetTop100(ExpressionFuncT, String, String, NullableInt64)
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties
(Inherited from ITop100ForProviderT.)
Public method void LinkTicket(ITicketLink)
Links a ticket to another ticket
Public method void MoveTicket(Int64, Int64, Int64)
Moves the ticket to a new regarding
Public methodITicketPostPostDetails(Int64)
Returns details of a specific post
Public method void RemoveAttachmentFromPost(Int64, Int64)
Removes an attachment from a post
Public method void SetServiceProviderOnTicket(Int64, Int64)
Sets a link between a ticket and a service provider. Can not be used to change or remove an existing link
Public method void SetTicketDeadline(Int64, DateTime)
Updates the deadline on a ticket
Public method void SubscribeToNotification(IEnumerableInt64, IEnumerableInt64)
Subscribes a ticketusers to ticket notifications on tickets (many to many)
Public methodBooleanTogglePostVisibility(Int64)
Toggles the customer visibility of a specified ticket post
Public methodBooleanToggleServiceProviderPostVisibility(Int64)
Toggles the visibility of a post for service providers
Public method void ToggleTicketVisibility(Int64, Boolean)
Sets the customer visibility of a specific ticket
Public method void UnlinkTicket(ITicketLink)
Unlinks a ticket from another ticket
Public method void UnsubscribeToNotification(IEnumerableInt64, IEnumerableInt64)
Unsubscribes ticket users notifications on tickets (many to many)
Public method void UpdateTitle(Int64, String)
Updated the title of the ticket
Top
See Also