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