Show / Hide Table of Contents

Class DBC.RoleFields

Fields for Role, User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see http://techdoc.superoffice.com

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

Fields

Deleted

Role.Deleted: 1 if role has been deleted (we do not actually delete)

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
string

EncryptedCheck

Role.EncryptedCheck: Encrypted data, to detect unwanted changes

Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type Description
string

Name

Role.Name: Visible role name

Declaration
public const string Name = "name"
Field Value
Type Description
string

Rank

Role.Rank: Sorting rank of this role in lists

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

Role.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

Role.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

RoleId

Role.RoleId: Primary key

Declaration
public const string RoleId = "Role_id"
Field Value
Type Description
string

RoleType

Role.RoleType: 0 = employee, 1 = external user, 2 = anonymous

Declaration
public const string RoleType = "roleType"
Field Value
Type Description
string

Tooltip

Role.Tooltip: Visible tooltip

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
string

Updated

Role.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

Role.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

Role.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

UseCategories

Role.UseCategories: Override user categories with role categories

Declaration
public const string UseCategories = "use_categories"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top