Show / Hide Table of Contents

Class DBC.RoleElementFields

Fields for RoleElement, Profiles associated with a role

Inheritance
object
DBC.RoleElementFields
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.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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top