Click or drag to resize
ITicketDestination Interface

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

A Data Request Object for providing a ticket destination

Namespace: Netadmin.Management.Ticketing.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ITicketDestination

The ITicketDestination type exposes the following members.

Properties
  NameDescription
Public propertyInt64ActionId
The action that resulted in these values
Public propertyInt64AssigneeTicketUserId
The assigned user
Public propertyInt64DepartmentId
The ticket department
Public propertyInt64PriorityId
The ticket priority
Public propertyInt64StatusId
The ticket status
Public propertyInt64TypeId
The ticket type
Top
See Also