Show / Hide Table of Contents

Class DBC.RoleCategoryFields

Fields for RoleCategory, Category membership associated with a role

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

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