Show / Hide Table of Contents

Class DBC.CustCategoryFields

Fields for CustCategory, This table contains entries for categories exposed through a customer language.

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

Fields

CategoryId

CustCategory.CategoryId: The reference to the associated category.

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

CustCategoryId

CustCategory.CustCategoryId: The primary key (auto-incremented)

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

Fullname

CustCategory.Fullname: The fullname (compiled from parents' names) for this category. E.g. 'norway/product A/support'.

Declaration
public const string Fullname = "fullname"
Field Value
Type Description
String

LanguageId

CustCategory.LanguageId: The reference to the associated customer language.

Declaration
public const string LanguageId = "language_id"
Field Value
Type Description
String

Name

CustCategory.Name: The external name for this category.

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

ParentId

CustCategory.ParentId: The parent category for this cust_category. -1 if this is a toplevel cust_category.

Declaration
public const string ParentId = "parent_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