Show / Hide Table of Contents

Class DBC.TicketCustomersFields

Fields for TicketCustomers, This table allows several customers to be connected to several tickets (many-to-many)

Inheritance
object
DBC.TicketCustomersFields
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.TicketCustomersFields

Fields

CustomerId

TicketCustomers.CustomerId: Reference to a customer

Declaration
public const string CustomerId = "customer_id"
Field Value
Type Description
string

TicketCustomersId

TicketCustomers.TicketCustomersId: The primary key (auto-incremented)

Declaration
public const string TicketCustomersId = "id"
Field Value
Type Description
string

TicketId

TicketCustomers.TicketId: Reference to a ticket

Declaration
public const string TicketId = "ticket_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