Class DBC.RoleElementFields
Fields for RoleElement, Profiles associated with a role
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.RoleElementFields
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 |