Class DBC.RoleCategoryFields
Fields for RoleCategory, Category membership associated with a role
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RoleCategoryFields : Object
Fields
Category
RoleCategory.Category: The id of the category.
Declaration
public const string Category = "category"
Field Value
Type | Description |
---|---|
String |
CrmRole
RoleCategory.CrmRole: Link to Role
Declaration
public const string CrmRole = "crm_role"
Field Value
Type | Description |
---|---|
String |
Role
RoleCategory.Role: The id of the group. Deprecated.
Declaration
public const string Role = "role"
Field Value
Type | Description |
---|---|
String |
RoleCategoryId
RoleCategory.RoleCategoryId: The primary key (auto-incremented)
Declaration
public const string RoleCategoryId = "id"
Field Value
Type | Description |
---|---|
String |