Show / Hide Table of Contents

Class DBC.CategoryMembershipFields

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

Inheritance
object
DBC.CategoryMembershipFields
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 DBC.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

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