Skip to main content

Class TicketSummaryItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketSummaryItem. The ticket summary with heading, created date.

Inheritance

objectTicketSummaryItem

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TicketSummaryItem()

Default constructor - defaults any enum props to 0.

Properties

IconHint

Icon representing ticket’s state

Property Value

string

Registered

When the ticket was created.

Property Value

DateTime

TicketId

The primary key (auto-incremented)

Property Value

int

TicketStatus

User defined ticket status

Property Value

int

Title

The title of the ticket.

Property Value

string

See Also

TicketAgent