Show / Hide Table of Contents

Class DBC.HotlistFields

Fields for Hotlist, The table is used by the hotlist to store the relationship between tickets and users

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

Fields

HotlistId

Hotlist.HotlistId: The primary key (auto-incremented)

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

TicketId

Hotlist.TicketId: The ticket the user what to have in his hotlist

Declaration
public const string TicketId = "ticket_id"
Field Value
Type Description
String

UserId

Hotlist.UserId: The reference to the user.

Declaration
public const string UserId = "user_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