Skip to main content

Class TicketRelationActionChild

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketRelationActionChild. An unclosed child ticket affected by a relation-driven action, with the resolved contact e-mail address a close message would be sent to.

Inheritance

objectTicketRelationActionChild

Inherited Members

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

Constructors

TicketRelationActionChild()

Default constructor - defaults any enum props to 0.

Properties

EmailAddress

The registered e-mail address of the ticket’s contact (customer). Empty if the contact has no registered e-mail address; a close message can then not be sent for this ticket.

Property Value

string

Slevel

The securitylevel of the ticket. NULL if unknown enum value.

Property Value

TicketSecurityLevel?

See Also

TicketRelationActionChild.Slevel_String

Slevel_String

The securitylevel of the ticket. Raw string enum value.

Property Value

string

See Also

TicketRelationActionChild.Slevel

TicketId

The primary key (auto-incremented)

Property Value

int

See Also

TicketAgent