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