Skip to main content

Class TicketType

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketType. Ticket Type - light read-only version of TicketTypeEntity.

Inheritance

objectCarrierTicketType

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

TicketType()

Default constructor - defaults any enum props to 0.

Properties

DefaultTicketPriority

Default ticket priority for new tickets

Property Value

int

DefaultTicketStatus

Default ticket status for new tickets

Property Value

int

ExcludeEmailRecipients

Create request without initially having to send outbound e-mail

Property Value

bool

ExcludeSignature

Do not insert user signature automatically

Property Value

bool

ExternalAsDefault

Ability to set external access level for this request type

Property Value

bool

Icon

Name of the icon

Property Value

string

IsDefault

Is this Ticket Type marked as default

Property Value

bool

Name

The list item

Property Value

string

ReplyExternalAsDefault

Set external access level when replying the message

Property Value

bool

ReplyForwardNoSignature

Do not insert user signature when replying or forwarding the message

Property Value

bool

ShowInNew

Enables this request type to be accessible in +New in top bar

Property Value

bool

TicketTypeId

Primary key

Property Value

int

VisibleForGroups

Array of references to the visible for groups

Property Value

int[]

See Also

ListAgent