Class TicketTypeTableInfo
Table 'ticket_type': Contains ticket types, used to drive processing logic together with ticket relations
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ticket_type")]
public class TicketTypeTableInfo : 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
Fields
DictionaryTableName
Conceptual name of table TicketType in the database dictionary: ticket_type
Declaration
public const string DictionaryTableName = "ticket_type"
Field Value
Type | Description |
---|---|
String |
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Description
Field 'description' in table 'ticket_type': Dictionary type String[4000], .NET type: String
Multi-language description
Declaration
public StringFieldInfo Description { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
DictionaryTableNumber
Table number for table TicketType 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 |
---|---|
Int32 |
Flags
Field 'flags' in table 'ticket_type': Dictionary type Int, .NET type: Int32
Extra information bits
Declaration
public Int32FieldInfo Flags { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
IconUrl
Field 'icon_url' in table 'ticket_type': Dictionary type String[2048], .NET type: String
URL to icon file
Declaration
public StringFieldInfo IconUrl { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
LeftOuterJoin_Ticket_TicketType
Generated left outer join from the primary key TicketTypeId on this table, to Ticket.TicketType.
Declaration
public TargetedLeftOuterJoin<TicketTableInfo> LeftOuterJoin_Ticket_TicketType { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketTableInfo> |
LeftOuterJoin_TicketRelationType_SourceType
Generated left outer join from the primary key TicketTypeId on this table, to TicketRelationType.SourceType.
Declaration
public TargetedLeftOuterJoin<TicketRelationTypeTableInfo> LeftOuterJoin_TicketRelationType_SourceType { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketRelationTypeTableInfo> |
LeftOuterJoin_TicketRelationType_TargetType
Generated left outer join from the primary key TicketTypeId on this table, to TicketRelationType.TargetType.
Declaration
public TargetedLeftOuterJoin<TicketRelationTypeTableInfo> LeftOuterJoin_TicketRelationType_TargetType { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketRelationTypeTableInfo> |
Name
Field 'name' in table 'ticket_type': Dictionary type String[2048], .NET type: String
Multi-language singular name
Declaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
NamePlural
Field 'name_plural' in table 'ticket_type': Dictionary type String[2048], .NET type: String
Multi-language plural name
Declaration
public StringFieldInfo NamePlural { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Rank
Field 'rank' in table 'ticket_type': Dictionary type UShort, .NET type: Int16
Display sort sequence for default sort order
Declaration
public UInt16FieldInfo Rank { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Registered
Field 'registered' in table 'ticket_type': Dictionary type UtcDateTime, .NET type: DateTime
Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
RegisteredAssociateId
Field 'registered_associate_id' in table 'ticket_type': Dictionary type FK, .NET type: Int32
Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
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 |
ShowInNavigator
Field 'show_in_navigator' in table 'ticket_type': Dictionary type Bool, .NET type: Int16
If true, then this type should be shown directly in the Navigator for quick access
Declaration
public UInt16FieldInfo ShowInNavigator { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
TicketTypeId
Field 'id' in table 'ticket_type': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo TicketTypeId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Updated
Field 'updated' in table 'ticket_type': Dictionary type UtcDateTime, .NET type: DateTime
Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
UpdatedAssociateId
Field 'updated_associate_id' in table 'ticket_type': Dictionary type FK, .NET type: Int32
Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
UpdatedCount
Field 'updatedCount' in table 'ticket_type': Dictionary type UShort, .NET type: Int16
Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |