Show / Hide Table of Contents

Class SelectionMemberRecordData

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

Inheritance
object
SelectionMemberRecordData
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 SelectionMemberRecordData
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

SelectionMemberRecordData()

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

Declaration
public SelectionMemberRecordData()
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

ContactId

Contact ID of selection member

Declaration
public int ContactId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

PersonId

Person ID of selection member, if person

Declaration
public int PersonId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SelectionId

Owning selection

Declaration
public int SelectionId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SelectionmemberId

Primary key

Declaration
public int SelectionmemberId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

TargetRecordId

Record id of the target that this selection member points to

Declaration
public int TargetRecordId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

TargetTableNumber

Table number of the target that this selection member points to

Declaration
public short TargetTableNumber
Field Value
Type Description
short
Remarks

Please use this class instead of a full SelectionMemberRow 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 SelectionMemberTableInfo 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)
SelectionMemberRecordDataExtensions.ToInsertAsync(SelectionMemberRecordData, 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