Click or drag to resize
ITicketDetails Interface

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

A ticket, including the ticket posts

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

The ITicketDetails type exposes the following members.

Properties
  NameDescription
Public propertyInt64AuthorId (Inherited from ITicket.)
Public propertyStringAuthorName (Inherited from ITicket.)
Public propertyBooleanClosed (Inherited from ITicket.)
Public propertyDateTimeCreatedDate (Inherited from ITicket.)
Public propertyBooleanCustomerVisible (Inherited from ITicket.)
Public propertyDateTimeDeadline (Inherited from ITicket.)
Public propertyInt64DepartmentId (Inherited from ITicket.)
Public propertyStringDepartmentName (Inherited from ITicket.)
Public propertyStringExternalReference (Inherited from ITicket.)
Public propertyStringFlowName
The name of the flow the ticket is currently on. Can be null
(Inherited from ITicket.)
Public propertyInt64FlowStepId
If set, the step id the ticket is currently at
(Inherited from ITicket.)
Public propertyStringFlowStepName
The name of the step the ticket is currently on. Can be null
(Inherited from ITicket.)
Public propertyInt64Id (Inherited from ITicket.)
Public propertyDateTimeLastUpdatedDate (Inherited from ITicket.)
Public propertyInt64OwnerId (Inherited from ITicket.)
Public propertyStringOwnerName (Inherited from ITicket.)
Public propertyIEnumerableT, T: ITicketPostPosts
Public propertyInt64PriorityId (Inherited from ITicket.)
Public propertyStringPriorityName (Inherited from ITicket.)
Public propertyStringRegardingDisplayName (Inherited from ITicket.)
Public propertyInt64RegardingObjectId (Inherited from ITicket.)
Public propertyInt64RegardingObjectTypeId (Inherited from ITicket.)
Public propertyInt64ServiceProviderId (Inherited from ITicket.)
Public propertyInt64StatusId (Inherited from ITicket.)
Public propertyStringStatusName (Inherited from ITicket.)
Public propertyStringTitle (Inherited from ITicket.)
Public propertyInt64TypeId (Inherited from ITicket.)
Public propertyStringTypeName (Inherited from ITicket.)
Top
See Also