Skip to main content

Class TicketInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketInfo. A small carrier that contains information about a ticket

Inheritance

objectCarrierTicketInfo

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TicketInfo()

Default constructor - defaults any enum props to 0.

Properties

CategoryName

The name of the category for the request

Property Value

string

ContactName

The name of the contact/company connected to the ticket

Property Value

string

OwnerName

The name of the owner which the request was assigned to

Property Value

string

PersonName

The name of the person/customer connected to the ticket

Property Value

string

PriorityName

The name of the priority for the request

Property Value

string

TicketId

The id of the created ticket

Property Value

int

TicketUrl

A URL leading directly to the created request. This is a URL ment to be used by a Service user

Property Value

string

Title

The title/subject of the created ticket

Property Value

string

See Also

CustomerServiceAgent