Click or drag to resize
ITicket Interface

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

A ticket

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

The ITicket type exposes the following members.

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