Show / Hide Table of Contents

Class DBC.CategoryFields

Fields for Category, Category list table

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

Fields

CategoryFamilyId

Category.CategoryFamilyId: Optional link to family, for grouping things like multiple kinds of customer category under family 'customer'

Declaration
public const string CategoryFamilyId = "CategoryFamily_id"
Field Value
Type Description
String

CategoryId

Category.CategoryId: Primary key

Declaration
public const string CategoryId = "Category_id"
Field Value
Type Description
String

Deleted

Category.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
String

Name

Category.Name: The list item

Declaration
public const string Name = "name"
Field Value
Type Description
String

Rank

Category.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

Category.Registered: Registered when

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

RegisteredAssociateId

Category.RegisteredAssociateId: Registered by whom

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

Tooltip

Category.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
String

Updated

Category.Updated: Last updated when

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

UpdatedAssociateId

Category.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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