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