Class SelectionMemberRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the selectionmember table.
Inherited Members
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.