Show / Hide Table of Contents

Class DBC.TicketRelDefTicketTypeFields

Fields for TicketRelDefTicketType, Link table defining what Ticket types are involved in this relation. Will have M:N rows for a single relation definition

Inheritance
object
DBC.TicketRelDefTicketTypeFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TicketRelDefTicketTypeFields

Fields

DestinationTicketTypeId

TicketRelDefTicketType.DestinationTicketTypeId: Ticket type

Declaration
public const string DestinationTicketTypeId = "destination_ticket_type_id"
Field Value
Type Description
string

SourceTicketTypeId

TicketRelDefTicketType.SourceTicketTypeId: Ticket type

Declaration
public const string SourceTicketTypeId = "source_ticket_type_id"
Field Value
Type Description
string

TicketRelDefTicketTypeId

TicketRelDefTicketType.TicketRelDefTicketTypeId: Primary key

Declaration
public const string TicketRelDefTicketTypeId = "ticket_rel_def_ticket_type_id"
Field Value
Type Description
string

TicketRelationDefId

TicketRelDefTicketType.TicketRelationDefId: Ticket relation definition

Declaration
public const string TicketRelationDefId = "ticket_relation_def_id"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top