Show / Hide Table of Contents

Class DBC.MessageCustomersFields

Fields for MessageCustomers, This table contains all cutomers who are involved in a message

Inheritance
Object
DBC.MessageCustomersFields
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 MessageCustomersFields

Fields

CustomerId

MessageCustomers.CustomerId: The id of the customer who has received this message, or another message in this ticket

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

Email

MessageCustomers.Email: The email-adresse used in this message

Declaration
public const string Email = "email"
Field Value
Type Description
String

MessageCustomersId

MessageCustomers.MessageCustomersId: The primary key (auto-incremented)

Declaration
public const string MessageCustomersId = "id"
Field Value
Type Description
String

MessageId

MessageCustomers.MessageId: The id of the message the customer is involved in

Declaration
public const string MessageId = "message_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