Skip to main content

Class TicketPriorityEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketPriorityEntity. Entity for a ticket priority. This entity describes the meta data for a ticket priority, and provides special operations on it.

Inheritance

objectCarrierTicketPriorityEntity

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()

Examples

Get TicketPriorityEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var ticketPriorityEntity = agent.GetTicketPriorityEntity( 123 );

Constructors

TicketPriorityEntity()

Default constructor - defaults any enum props to 0.

Properties

ChangedOwner

This field indicates what to do with the escalation chain when the request changes owner (manually) NULL if unknown enum value.

Property Value

TicketPriorityEscalateEvent?

See Also

TicketPriorityEntity.ChangedOwner_String

ChangedOwner_String

This field indicates what to do with the escalation chain when the request changes owner (manually) Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.ChangedOwner

Deadline

Deadline to add if escalated (minutes)

Property Value

int

EscalationLevels

Escalation levels bound to the parent priority

Property Value

TicketPriorityEscalationLevelEntity[]

Flags

A bitmask of flags. NULL if unknown enum value.

Property Value

TicketPriorityFlags?

See Also

TicketPriorityEntity.Flags_String

Flags_String

A bitmask of flags. Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.Flags

FriStart

The work hour start for Fridays. Note that only the time part of the DateTime is used

Property Value

DateTime

FriStop

The work hour stop for Fridays. Note that only the time part of the DateTime is used

Property Value

DateTime

MonStart

The work hour start for Mondays. Note that only the time part of the DateTime is used

Property Value

DateTime

MonStop

The work hour start for Mondays. Note that only the time part of the DateTime is used

Property Value

DateTime

Name

The name of the priority.

Property Value

string

NonDates

Dates which the escalation time should not be running. Note that only the day of the year (day and month) is used. So the year and time part is not used even if this is a DateTime. Exception - it IS possible to include a year here, for dates that should not repeat every year

Property Value

DateTime[]

SatStart

The work hour start for Saturdays. Note that only the time part of the DateTime is used

Property Value

DateTime

SatStop

The work hour stop for Saturdays. Note that only the time part of the DateTime is used

Property Value

DateTime

SortOrder

Indicates the sort order for this priority. 1 is first, 100 is last

Property Value

int

Status

The status (normal/deleted) of the priority. NULL if unknown enum value.

Property Value

TicketPriorityStatus?

See Also

TicketPriorityEntity.Status_String

Status_String

The status (normal/deleted) of the priority. Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.Status

SunStart

The work hour start for Sundays. Note that only the time part of the DateTime is used

Property Value

DateTime

SunStop

The work hour stop for Sundays. Note that only the time part of the DateTime is used

Property Value

DateTime

ThuStart

The work hour start for Thursdays. Note that only the time part of the DateTime is used

Property Value

DateTime

ThuStop

The work hour stop for Thursdays. Note that only the time part of the DateTime is used

Property Value

DateTime

TicketChangedPriority

This field indicates what to do with the escalation chain when the request is changed into this priority NULL if unknown enum value.

Property Value

TicketPriorityEscalateEvent?

See Also

TicketPriorityEntity.TicketChangedPriority_String

TicketChangedPriority_String

This field indicates what to do with the escalation chain when the request is changed into this priority Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.TicketChangedPriority

TicketClosed

This field indicates what to do with the escalation chain when the request is closed NULL if unknown enum value.

Property Value

TicketPriorityEscalateEvent?

See Also

TicketPriorityEntity.TicketClosed_String

TicketClosed_String

This field indicates what to do with the escalation chain when the request is closed Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.TicketClosed

TicketNew

This field indicates what to do with the escalation chain when a new request is registered NULL if unknown enum value.

Property Value

TicketPriorityEscalateEvent?

See Also

TicketPriorityEntity.TicketNew_String

TicketNew_String

This field indicates what to do with the escalation chain when a new request is registered Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.TicketNew

TicketNewinfo

This field indicates what to do with the escalation chain when the request gets new info NULL if unknown enum value.

Property Value

TicketPriorityEscalateEvent?

See Also

TicketPriorityEntity.TicketNewinfo_String

TicketNewinfo_String

This field indicates what to do with the escalation chain when the request gets new info Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.TicketNewinfo

TicketPriorityId

The primary key (auto-incremented)

Property Value

int

TicketRead

This field indicates what to do with the escalation chain when the request is read NULL if unknown enum value.

Property Value

TicketPriorityEscalateEvent?

See Also

TicketPriorityEntity.TicketRead_String

TicketRead_String

This field indicates what to do with the escalation chain when the request is read Raw string enum value.

Property Value

string

See Also

TicketPriorityEntity.TicketRead

TueStart

The work hour start for Tuesdays. Note that only the time part of the DateTime is used

Property Value

DateTime

TueStop

The work hour stop for Tuesdays. Note that only the time part of the DateTime is used

Property Value

DateTime

WedStart

The work hour start for Wednesdays. Note that only the time part of the DateTime is used

Property Value

DateTime

WedStop

The work hour stop for Wednesdays. Note that only the time part of the DateTime is used

Property Value

DateTime

See Also

ListAgent