Class DBC.CategoryMembershipFields
Fields for CategoryMembership, This table connects users to categories (many-to-many).
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CategoryMembershipFields
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 |
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, -1 = defined by usergroup via ejCategoryGroup, counts as 0 weight.
Declaration
public const string Weight = "weight"
Field Value
Type | Description |
---|---|
String |