Show / Hide Table of Contents

Class DBC.TabOrderFields

Fields for TabOrder, Order of tabs within a tab control, if configured by a user

Inheritance
Object
DBC.TabOrderFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TabOrderFields : Object

Fields

AssociateId

TabOrder.AssociateId: Associate who owns this tab order

Declaration
public const string AssociateId = "associateId"
Field Value
Type Description
String

Registered

TabOrder.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

TabOrder.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

TabName

TabOrder.TabName: Name of tab control

Declaration
public const string TabName = "tabName"
Field Value
Type Description
String

TabOrder

TabOrder.TabOrder: The actual tab order

Declaration
public const string TabOrder = "tabOrder"
Field Value
Type Description
String

TabOrderId

TabOrder.TabOrderId: Primary key

Declaration
public const string TabOrderId = "TabOrder_id"
Field Value
Type Description
String

Updated

TabOrder.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

TabOrder.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

TabOrder.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top