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: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.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