Show / Hide Table of Contents

Class DBC.UserGroupLinkFields

Fields for UserGroupLink, Link table between associate and usergroup, specifies secondary group membership. From SIX an associate may belong to more than one usergroup. Http://techdoc.superoffice.com has more information about how roles are implemented.

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

Fields

AssocId

UserGroupLink.AssocId: Link to associate

Declaration
public const string AssocId = "assoc_id"
Field Value
Type Description
string

EncryptedCheck

UserGroupLink.EncryptedCheck: Encrypted data, to detect unwanted changes

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

Registered

UserGroupLink.Registered: Registered when

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

RegisteredAssociateId

UserGroupLink.RegisteredAssociateId: Registered by whom

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

Remark

UserGroupLink.Remark: Comment on why the assoc is linked to the group

Declaration
public const string Remark = "remark"
Field Value
Type Description
string

Updated

UserGroupLink.Updated: Last updated when

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

UpdatedAssociateId

UserGroupLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

UserGroupLink.UpdatedCount: Number of updates made to this record

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

UserGroupId

UserGroupLink.UserGroupId: Link to group

Declaration
public const string UserGroupId = "UserGroup_id"
Field Value
Type Description
string

UserGroupLinkId

UserGroupLink.UserGroupLinkId: Primary key

Declaration
public const string UserGroupLinkId = "UserGroupLink_id"
Field Value
Type Description
string

ValidFrom

UserGroupLink.ValidFrom: When the membership becomes valid

Declaration
public const string ValidFrom = "validFrom"
Field Value
Type Description
string

ValidTo

UserGroupLink.ValidTo: Last datetime this membership is valid

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