Show / Hide Table of Contents

Class DBC.UserAttributeFields

Fields for UserAttribute, This table is used for storing various attributes for users.

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

Fields

AttKey

UserAttribute.AttKey: An identifying string key for the entry

Declaration
public const string AttKey = "att_key"
Field Value
Type Description
string

AttValue

UserAttribute.AttValue: The value of the attribute.

Declaration
public const string AttValue = "att_value"
Field Value
Type Description
string

UserAttributeId

UserAttribute.UserAttributeId: The primary key (auto-incremented)

Declaration
public const string UserAttributeId = "id"
Field Value
Type Description
string

UserId

UserAttribute.UserId: The user associated with this attribute.

Declaration
public const string UserId = "user_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