Show / Hide Table of Contents

Class DBC.UserRoleLinkFields

Fields for UserRoleLink, Link between user role and user

Inheritance
Object
DBC.UserRoleLinkFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class UserRoleLinkFields : Object

Fields

AssociateId

UserRoleLink.AssociateId: Link to associate

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
String

EncryptedCheck

UserRoleLink.EncryptedCheck: Encrypted data, to detect unwanted changes

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

LinkType

UserRoleLink.LinkType: Reserved for future extension, not used

Declaration
public const string LinkType = "linkType"
Field Value
Type Description
String

Registered

UserRoleLink.Registered: Registered when

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

RegisteredAssociateId

UserRoleLink.RegisteredAssociateId: Registered by whom

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

RoleId

UserRoleLink.RoleId: Link to Role

Declaration
public const string RoleId = "role_id"
Field Value
Type Description
String

Updated

UserRoleLink.Updated: Last updated when

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

UpdatedAssociateId

UserRoleLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

UserRoleLink.UpdatedCount: Number of updates made to this record

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

UserRoleLinkId

UserRoleLink.UserRoleLinkId: Primary key

Declaration
public const string UserRoleLinkId = "UserRoleLink_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