Show / Hide Table of Contents

Class DBC.CategoryMembershipFields

Fields for CategoryMembership, This table connects users to categories (many-to-many).

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

Fields

CategoryId

CategoryMembership.CategoryId: The reference to the category.

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

CategoryMembershipId

CategoryMembership.CategoryMembershipId: The primary key (auto-incremented)

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

IsDefinedByUsergroup

CategoryMembership.IsDefinedByUsergroup: Specifies if membership was defined by usergroup via ejCategoryGroup

Declaration
public const string IsDefinedByUsergroup = "is_defined_by_usergroup"
Field Value
Type Description
String

UserId

CategoryMembership.UserId: The reference to the ej user.

Declaration
public const string UserId = "user_id"
Field Value
Type Description
String

Weight

CategoryMembership.Weight: The proportion used for weighted delegation within category if weighted assignment is active. 0 = no automatic assignment.

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