Show / Hide Table of Contents

Class UserAttributeRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the user_attribute table.

Inheritance
object
UserAttributeRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class UserAttributeRecordData
Remarks

Please use this class instead of a full UserAttributeRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UserAttributeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

UserAttributeRecordData()

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the user_attribute table.

Declaration
public UserAttributeRecordData()
Remarks

Please use this class instead of a full UserAttributeRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UserAttributeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

AttKey

An identifying string key for the entry

Declaration
public string AttKey
Field Value
Type Description
string
Remarks

Please use this class instead of a full UserAttributeRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UserAttributeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

AttValue

The value of the attribute.

Declaration
public string AttValue
Field Value
Type Description
string
Remarks

Please use this class instead of a full UserAttributeRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UserAttributeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UserAttributeId

The primary key (auto-incremented)

Declaration
public int UserAttributeId
Field Value
Type Description
int
Remarks

Please use this class instead of a full UserAttributeRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UserAttributeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UserId

The user associated with this attribute.

Declaration
public int UserId
Field Value
Type Description
int
Remarks

Please use this class instead of a full UserAttributeRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UserAttributeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
UserAttributeRecordDataExtensions.ToInsertAsync(UserAttributeRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top