Class TicketPriorityTableInfo
Table 'ticket_priority': This table contains the ticket priorities.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ticket_priority")]
public class TicketPriorityTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
Fields
DictionaryTableName
Conceptual name of table TicketPriority in the database dictionary: ticket_priority
Declaration
public const string DictionaryTableName = "ticket_priority"
Field Value
Type | Description |
---|---|
string |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
Properties
ChangedOwner
Field 'changed_owner' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityEscalateEvent
This field indicates what to do with the escalation chain when the request changes owner (manually)Declaration
public TicketPriorityEscalateEventFieldInfo ChangedOwner { get; }
Property Value
Type | Description |
---|---|
TicketPriorityEscalateEventFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
Deadline
Field 'deadline' in table 'ticket_priority': Dictionary type Int, .NET type: int
Deadline to add if escalated (minutes)Declaration
public Int32FieldInfo Deadline { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
DictionaryTableNumber
Table number for table TicketPriority in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
Flags
Field 'flags' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityFlags
A bitmask of flags.Declaration
public TicketPriorityFlagsFieldInfo Flags { get; }
Property Value
Type | Description |
---|---|
TicketPriorityFlagsFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
FriStart
Field 'fri_start' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Fridays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo FriStart { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
FriStop
Field 'fri_stop' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour stop for Fridays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo FriStop { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_ChatTopic_PriorityId
Generated left outer join from the primary key TicketPriorityId on this table, to ChatTopic.PriorityId.
Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_PriorityId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ChatTopicTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_Contact_TicketPriorityId
Generated left outer join from the primary key TicketPriorityId on this table, to Contact.TicketPriorityId.
Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_TicketPriorityId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ContactTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_MailInFilter_Priority
Generated left outer join from the primary key TicketPriorityId on this table, to MailInFilter.Priority.
Declaration
public TargetedLeftOuterJoin<MailInFilterTableInfo> LeftOuterJoin_MailInFilter_Priority { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<MailInFilterTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_MsFilter_NewPriority
Generated left outer join from the primary key TicketPriorityId on this table, to MsFilter.NewPriority.
Declaration
public TargetedLeftOuterJoin<MsFilterTableInfo> LeftOuterJoin_MsFilter_NewPriority { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<MsFilterTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_Person_TicketPriorityId
Generated left outer join from the primary key TicketPriorityId on this table, to Person.TicketPriorityId.
Declaration
public TargetedLeftOuterJoin<PersonTableInfo> LeftOuterJoin_Person_TicketPriorityId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PersonTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_SLink_TicketPriority
Generated left outer join from the primary key TicketPriorityId on this table, to SLink.TicketPriority.
Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_TicketPriority { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_TicketAlert_Priority
Generated left outer join from the primary key TicketPriorityId on this table, to TicketAlert.Priority.
Declaration
public TargetedLeftOuterJoin<TicketAlertTableInfo> LeftOuterJoin_TicketAlert_Priority { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketAlertTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_TicketTypePriority_TicketPriorityId
Generated left outer join from the primary key TicketPriorityId on this table, to TicketTypePriority.TicketPriorityId.
Declaration
public TargetedLeftOuterJoin<TicketTypePriorityTableInfo> LeftOuterJoin_TicketTypePriority_TicketPriorityId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketTypePriorityTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_TicketType_DefaultPriority
Generated left outer join from the primary key TicketPriorityId on this table, to TicketType.DefaultPriority.
Declaration
public TargetedLeftOuterJoin<TicketTypeTableInfo> LeftOuterJoin_TicketType_DefaultPriority { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketTypeTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_Ticket_OrigPriority
Generated left outer join from the primary key TicketPriorityId on this table, to Ticket.OrigPriority.
Declaration
public TargetedLeftOuterJoin<TicketTableInfo> LeftOuterJoin_Ticket_OrigPriority { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
LeftOuterJoin_Ticket_Priority
Generated left outer join from the primary key TicketPriorityId on this table, to Ticket.Priority.
Declaration
public TargetedLeftOuterJoin<TicketTableInfo> LeftOuterJoin_Ticket_Priority { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
MonStart
Field 'mon_start' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Mondays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo MonStart { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
MonStop
Field 'mon_stop' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Mondays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo MonStop { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
Name
Field 'name' in table 'ticket_priority': Dictionary type String[65], .NET type: string
The name of the priority.Declaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
NonDates
Field 'non_dates' in table 'ticket_priority': Dictionary type String[256], .NET type: string
A comma separated list of dates (dd/mm) which should be excluded from the timeframe.Declaration
public StringFieldInfo NonDates { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
SatStart
Field 'sat_start' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Saturdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo SatStart { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
SatStop
Field 'sat_stop' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour stop for Saturdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo SatStop { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
SortOrder
Field 'sort_order' in table 'ticket_priority': Dictionary type Int, .NET type: int
Indicates the sort order for this priority. 1 is first, 100 is lastDeclaration
public Int32FieldInfo SortOrder { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
Status
Field 'status' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityStatus
The status (normal/deleted) of the priority.Declaration
public TicketPriorityStatusFieldInfo Status { get; }
Property Value
Type | Description |
---|---|
TicketPriorityStatusFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
SunStart
Field 'sun_start' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Sundays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo SunStart { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
SunStop
Field 'sun_stop' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour stop for Sundays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo SunStop { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
ThuStart
Field 'thu_start' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Thursdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo ThuStart { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
ThuStop
Field 'thu_stop' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour stop for Thursdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo ThuStop { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TicketChangedPriority
Field 'ticket_changed_priority' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityEscalateEvent
This field indicates what to do with the escalation chain when the request is changed into this priorityDeclaration
public TicketPriorityEscalateEventFieldInfo TicketChangedPriority { get; }
Property Value
Type | Description |
---|---|
TicketPriorityEscalateEventFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TicketClosed
Field 'ticket_closed' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityEscalateEvent
This field indicates what to do with the escalation chain when the request is closedDeclaration
public TicketPriorityEscalateEventFieldInfo TicketClosed { get; }
Property Value
Type | Description |
---|---|
TicketPriorityEscalateEventFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TicketNew
Field 'ticket_new' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityEscalateEvent
This field indicates what to do with the escalation chain when a new request is registeredDeclaration
public TicketPriorityEscalateEventFieldInfo TicketNew { get; }
Property Value
Type | Description |
---|---|
TicketPriorityEscalateEventFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TicketNewinfo
Field 'ticket_newinfo' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityEscalateEvent
This field indicates what to do with the escalation chain when the request gets new infoDeclaration
public TicketPriorityEscalateEventFieldInfo TicketNewinfo { get; }
Property Value
Type | Description |
---|---|
TicketPriorityEscalateEventFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TicketPriorityId
Field 'id' in table 'ticket_priority': Dictionary type PK, .NET type: int
The primary key (auto-incremented)Declaration
public Int32FieldInfo TicketPriorityId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TicketRead
Field 'ticket_read' in table 'ticket_priority': Dictionary type Enum, .NET type: TicketPriorityEscalateEvent
This field indicates what to do with the escalation chain when the request is readDeclaration
public TicketPriorityEscalateEventFieldInfo TicketRead { get; }
Property Value
Type | Description |
---|---|
TicketPriorityEscalateEventFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TueStart
Field 'tue_start' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Tuesdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo TueStart { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
TueStop
Field 'tue_stop' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour stop for Tuesdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo TueStop { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
WedStart
Field 'wed_start' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour start for Wednesdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo WedStart { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().
WedStop
Field 'wed_stop' in table 'ticket_priority': Dictionary type DateTime, .NET type: DateTime
The work hour stop for Wednesdays. Note that only the time part of the DateTime is usedDeclaration
public DateTimeFieldInfo WedStop { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetTicketPriorityInfo().