Show / Hide Table of Contents

Class DBC.SelectionMemberFields

Fields for SelectionMember, Selection detail table Each row in a selection is represented by one record in this table. Contact_id is always filled in, person_id is optional, but if used, must point to a person belonging to the contact in contact_id.

Inheritance
Object
DBC.SelectionMemberFields
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 SelectionMemberFields

Fields

ContactId

SelectionMember.ContactId: Contact ID of selection member

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
String

PersonId

SelectionMember.PersonId: Person ID of selection member, if person

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
String

SelectionId

SelectionMember.SelectionId: Owning selection

Declaration
public const string SelectionId = "selection_id"
Field Value
Type Description
String

SelectionmemberId

SelectionMember.SelectionmemberId: Primary key

Declaration
public const string SelectionmemberId = "selectionmember_id"
Field Value
Type Description
String

TargetRecordId

SelectionMember.TargetRecordId: Record id of the target that this selection member points to

Declaration
public const string TargetRecordId = "targetRecordId"
Field Value
Type Description
String

TargetTableNumber

SelectionMember.TargetTableNumber: Table number of the target that this selection member points to

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