Skip to main content

Class TicketRelationItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketRelationItem. A ticket related to another ticket, including counts of how many further relations it has.

Inheritance

objectTicketRelationItem

Inherited Members

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

Constructors

TicketRelationItem()

Default constructor - defaults any enum props to 0.

Properties

BaseStatus

The status of the ticket. I.e. active/closed/postponed/deleted NULL if unknown enum value.

Property Value

TicketBaseStatus?

See Also

TicketRelationItem.BaseStatus_String

BaseStatus_String

The status of the ticket. I.e. active/closed/postponed/deleted Raw string enum value.

Property Value

string

See Also

TicketRelationItem.BaseStatus

ChildCount

Number of child relations the related ticket has.

Property Value

int

ContactId

The company of the person in the cust_id field, if that person belongs to a company

Property Value

int

ContactName

The name of the connected contact

Property Value

string

CustId

The reference to the customer. NULL or -1 if ticket is not connected to customer.

Property Value

int

HasParent

Whether the related ticket has a parent relation.

Property Value

bool

IconHint

Icon representing the ticket’s state.

Property Value

string

PersonFullname

Get the full name for the primary person (customer)

Property Value

string

RelatedCount

Number of plain related relations the related ticket has.

Property Value

int

RelationComment

Free-text comment stored on the relation row.

Property Value

string

RelationCreatedAt

Registered when

Property Value

DateTime

RelationType

How this item relates to the source ticket: parent, child, or related. NULL if unknown enum value.

Property Value

TicketRelationType?

See Also

TicketRelationItem.RelationType_String

RelationType_String

How this item relates to the source ticket: parent, child, or related. Raw string enum value.

Property Value

string

See Also

TicketRelationItem.RelationType

TicketCreatedAt

When the ticket was created.

Property Value

DateTime

TicketId

The primary key (auto-incremented)

Property Value

int

TicketRelationId

Primary key

Property Value

int

TicketStatus

User defined ticket status

Property Value

int

TicketStatusDisplayValue

Get the display name of the ticket status.

Property Value

string

Title

The title of the ticket.

Property Value

string

See Also

TicketAgent